Skip to main content
Version: v0.0.3

Interface: OtherPatientId

One entry of Other Patient IDs Sequence (0010,1002) - a {id, issuer, typeCode} triple (PS3.3 §10.15, the DICOM analogue of an HL7 v2 CX repetition). Surfaced so a caller never matches on a bare (0010,0020).

Example

import type { OtherPatientId } from "@cosyte/dicom";
const o: OtherPatientId = { id: "MRN-42", issuer: "HOSP_A", typeCode: "TEXT" };

Properties

id?

readonly optional id?: string


issuer?

readonly optional issuer?: string


typeCode?

readonly optional typeCode?: string