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?
readonlyoptionalid?:string
issuer?
readonlyoptionalissuer?:string
typeCode?
readonlyoptionaltypeCode?:string