Crate dicom_gen_uid

Crate dicom_gen_uid 

Source
Expand description

§DICOM UID generator

Designed for the simple need of wanting a DICOM unique identifier.

All UIDs are produced according to DICOM PS3.5 2023d Annex B.2, creating UUID derived UIDs.

Re-exports§

pub use uuid;

Functions§

gen_uid
Generate a UUID (v4) and derive a DICOM UID from it.
gen_uid_to
Generate a UUID (v4), derive a DICOM UID from it, and print it to the given writer.
new_uid
Create a DICOM UID derived from the given UUID
new_uid_to
Generate a UUID derived DICOM and print it to the given writer.