Module Dicomm.Uid

module Uid: sig .. end
Unique identifiers (UID).

UID names are as found in PS 3.6 2011, tables A-1, A-2, A-3.



UIDs


type t = string 
The type for DICOM unique identifiers.
val name : t -> string option
name uid is the UID's name according to the standard.
val to_syntax : t -> [ `BE_explicit | `LE_explicit | `LE_implicit ]
to_syntax uid is uid's transfer syntax. Anything unknown is mapped to `LE_explicit (default syntax for compressed formats).