ltht-react clinical AppointmentSummary component.
npm install @ltht-react/appointment-summaryjs
import AppointmentSummary from '@ltht-react/appointment-summary'
`
$3
`jsx
`
$3
| Prop | Required | Default | Type | Description |
| :------------- | :------- | :----------- | :---------- | :-------------------------------------------------------------- |
| title | No | Appointments | string | Header text |
| appointments | Yes | | Encounter[] | Array of appointments to display |
| clickHandler` | No | undefined | Function | Callback click handler containing the selected appointment item |