@ltht-react/community-treatment-order-summary
v2.0.193
Published
ltht-react clinical CommunityTreatmentOrderSummary component.
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 |
