Skip to main content
Version: v0.0.3

Variable: CODING_SCHEME_OIDS

const CODING_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

readonly DCM: "1.2.840.10008.2.16.4" = "1.2.840.10008.2.16.4"

LN

readonly LN: "2.16.840.1.113883.6.1" = "2.16.840.1.113883.6.1"

SCT

readonly SCT: "2.16.840.1.113883.6.96" = "2.16.840.1.113883.6.96"

UCUM

readonly UCUM: "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"