@ltht-react/appointment-summary
v2.0.88
Published
ltht-react clinical AppointmentSummary component.
Downloads
1,357
Maintainers
Keywords
Readme
Appointment Summary
Import
import AppointmentSummary from '@ltht-react/appointment-summary'
Usage
<AppointmentSummary title="Appointments" appointments={appointments} clickHandler={handleClick} />
Properties
| 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 |