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

Functions

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