UNPKG

terra-clinical-result

Version:

The Terra Clinical Result package is a collection of standardized views for presenting clinical results documented to a Patient's Medical Chart, such as Vital Signs, Laboratory Results, and Discretely Documented Values

13 lines (10 loc) 268 B
import React from 'react'; import ClinicalResult from 'terra-clinical-result/lib/index'; const singleResultValue = { eventId: '1577836800', result: { value: '12345.678', unit: 'mL', }, }; export default () => <ClinicalResult {...singleResultValue} />;