Skip to main content
Version: v0.0.3

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

readonly name: string


retired

readonly retired: boolean


type

readonly type: "TransferSyntax" | "SOPClass" | "MetaSOPClass" | "WellKnownFrameOfReference" | "WellKnownSOPInstance" | "CodingScheme" | "ApplicationContext" | "ServiceClass" | "Other"


uid

readonly uid: string