Interface: UidEntry
One DICOM UID as published in PS3.6 / PS3.4 (UID registry).
Example
import { Dictionary } from "@cosyte/dicom";
const ts = Dictionary.uid("1.2.840.10008.1.2.1");
if (ts) {
// ts.name === "Explicit VR Little Endian"
// ts.type === "TransferSyntax"
}
Properties
name
readonlyname:string
retired
readonlyretired:boolean
type
readonlytype:"TransferSyntax"|"SOPClass"|"MetaSOPClass"|"WellKnownFrameOfReference"|"WellKnownSOPInstance"|"CodingScheme"|"ApplicationContext"|"ServiceClass"|"Other"
uid
readonlyuid:string