Skip to main content
Version: v0.0.4

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?

readonly optional intercept?: number


slope?

readonly optional slope?: number


unitsCode?

readonly optional unitsCode?: CodedConcept