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

9 lines (6 loc) 229 B
import React from 'react'; import { FlowsheetResultCell } from 'terra-clinical-result/lib/index'; const NoDataFlowsheetResultCell = () => ( <FlowsheetResultCell hasResultNoData /> ); export default NoDataFlowsheetResultCell;