Variable: CODING_SCHEME_OIDS
constCODING_SCHEME_OIDS:object
Canonical coding-scheme OIDs (PS3.16 §8). Only the four standard
designators are mapped. Legacy SNOMED designators (SRT / SNM3 /
99SDM) are intentionally absent: their code values differ from SCT
(CP-730), so resolving them to the SNOMED OID would imply a false
equality.
Type Declaration
DCM
readonlyDCM:"1.2.840.10008.2.16.4"="1.2.840.10008.2.16.4"
LN
readonlyLN:"2.16.840.1.113883.6.1"="2.16.840.1.113883.6.1"
SCT
readonlySCT:"2.16.840.1.113883.6.96"="2.16.840.1.113883.6.96"
UCUM
readonlyUCUM:"2.16.840.1.113883.6.8"="2.16.840.1.113883.6.8"
Example
import { CODING_SCHEME_OIDS } from "@cosyte/dicom";
CODING_SCHEME_OIDS.SCT; // "2.16.840.1.113883.6.96"