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
46 lines (30 loc) • 1.57 kB
text/mdx
import { Badge } from 'terra-clinical-result/package.json?dev-site-package';
import Default from '../example/result-time-header-cell/ResultTimeHeaderCell?dev-site-example';
import FlowsheetExample from '../example/result-time-header-cell/ResultTimeHeaderFlowsheetExample?dev-site-example';
import SemanticStyleHeaderTimeCell from '../example/result-time-header-cell/ResultTimeHeaderCellSemanticTableExample?dev-site-example';
import ResultTimeHeaderProps from 'terra-clinical-result/src/result-time-header-cell/ResultTimeHeaderCell?dev-site-props-table';
<Badge />
# Result Time Header Cell
Result-Time-Header-Cell is a component of terra-clinical-result that creates a standardized view for the Date/Time Header cells (column headers) for each bucketed time column within a flowsheet.
## Getting Started
- Install with [npmjs](https://www.npmjs.com):
- `npm install terra-clinical-result`
<!-- AUTO-GENERATED-CONTENT:START Peer Dependencies -->
## Peer Dependencies
This component requires the following peer dependencies be installed in your app for the component to properly function.
| Peer Dependency | Version |
|-|-|
| react | ^16.8.5 |
| react-dom | ^16.8.5 |
| react-intl | ^2.8.0 |
<!-- AUTO-GENERATED-CONTENT:END -->
## Usage
```jsx
import { ResultTimeHeaderCell } from 'terra-clinical-result/lib/index';
```
## Examples
<Default />
<FlowsheetExample title="Result Time Header Cells in Sample Flowsheet"/>
<SemanticStyleHeaderTimeCell title="Result Time Header Cell in Semantic Table"/>
## Result Time Header Cell Props
<ResultTimeHeaderProps />