Interface: RealWorldValueMap
A Real World Value Mapping (§4.5) - slope/intercept bound atomically to
its UCUM measurement-units code, so a number is never detached from its
units. From Real World Value Mapping Sequence (0040,9096).
Example
import type { RealWorldValueMap } from "@cosyte/dicom";
const m: RealWorldValueMap = { slope: 1, intercept: 0, unitsCode: { codeValue: "[hnsf'U]" } };
Properties
intercept?
readonlyoptionalintercept?:number
slope?
readonlyoptionalslope?:number
unitsCode?
readonlyoptionalunitsCode?:CodedConcept