openmrs-esm-core

O3 Framework / NumericObservationProps

Interface: NumericObservationProps

Defined in: packages/framework/esm-styleguide/src/numeric-observation/numeric-observation.component.tsx:15

Properties

conceptUuid?

optional conceptUuid: string

Defined in: packages/framework/esm-styleguide/src/numeric-observation/numeric-observation.component.tsx:27

Concept UUID to fetch reference range from


interpretation?

optional interpretation: "normal" | "high" | "low" | "NORMAL" | "HIGH" | "CRITICALLY_HIGH" | "OFF_SCALE_HIGH" | "LOW" | "CRITICALLY_LOW" | "OFF_SCALE_LOW" | "critically_low" | "critically_high" | "off_scale_low" | "off_scale_high"

Defined in: packages/framework/esm-styleguide/src/numeric-observation/numeric-observation.component.tsx:23

Pre-calculated interpretation (either ObservationInterpretation or OBSERVATION_INTERPRETATION format)


label?

optional label: string

Defined in: packages/framework/esm-styleguide/src/numeric-observation/numeric-observation.component.tsx:21

Label for the observation (only shown for card variant)


patientUuid

patientUuid: string

Defined in: packages/framework/esm-styleguide/src/numeric-observation/numeric-observation.component.tsx:34


referenceRange?

optional referenceRange: ObsReferenceRanges

Defined in: packages/framework/esm-styleguide/src/numeric-observation/numeric-observation.component.tsx:25

Reference range for calculating interpretation


unit?

optional unit: string

Defined in: packages/framework/esm-styleguide/src/numeric-observation/numeric-observation.component.tsx:19

Unit of measurement


value

value: string | number

Defined in: packages/framework/esm-styleguide/src/numeric-observation/numeric-observation.component.tsx:17

The observation value to display


variant?

optional variant: "cell" | "card"

Defined in: packages/framework/esm-styleguide/src/numeric-observation/numeric-observation.component.tsx:33

Display style variant, defaults to ‘card’