Registry / utility / dicom-core

dicom-core

JSON →
library0.9.1rscratesunverified

Efficient and practical core library for building DICOM compliant systems.

# Cargo.toml [dependencies] dicom-core = "0.9.1"
INSTALL
IMPORT
SIG · DICOM-CORE
D
dicom-core
utilityrustv0.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataElement
use dicom_core::DataElement;

Create a simple DICOM data element.

use dicom_core::DataElement; fn main() { let element = DataElement::new("PatientName", "John Doe"); println!("Created DICOM element: {:?}", element); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
dicom-core — cargo add dicom-core · libregistry