@ltht-react/community-treatment-order-summary
v2.0.88
Published
ltht-react clinical CommunityTreatmentOrderSummary component.
Downloads
1,363
Maintainers
Keywords
Readme
Community Treatment Order Summary
Import
import CommunityTreatmentOrderSummary from '@ltht-react/community-treatment-order-summary'
Usage
<CommunityTreatmentOrderSummary
title="Community Treatment Orders"
communityTreatmentOrders={communityTreatmentOrders}
clickHandler={handleClick}
/>
Properties
| Prop | Required | Default | Type | Description |
| :------------------------- | :------- | :------------------------- | :----------------------------- | :-------------------------------------------------- |
| title
| No | Community Treatment Orders | string | Header text |
| communityTreatmentOrders
| Yes | | LypftCommunityTreatmentOrder[] | Array of community treatment orders to display |
| clickHandler
| No | undefined | Function | Callback click handler containing the selected item |