Registry / other / dicom-object

dicom-object

JSON →
library0.9.1rscratesunverified

Provides a high-level API for reading and manipulating DICOM medical imaging objects.

# Cargo.toml [dependencies] dicom-object = "0.9.1"
INSTALL
IMPORT
SIG · DICOM-OBJECT
D
dicom-object
otherrustv0.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.

FileDicomObject
use dicom_object::FileDicomObject;

Opens a DICOM file and reads patient name.

use dicom_object::FileDicomObject; use dicom_object::open_file; let obj = open_file("path/to/dicom.dcm").unwrap(); println!("Patient Name: {:?}", obj.patient_name());
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
13 hits · last 30 days
node
12
Meta
1
Resources
dicom-object — cargo add dicom-object · libregistry