/
Visit Control
Visit Control
- Sravanthi N. S. CH.
- Gurpreet Luthra
- Teresa Gracias
Owned by Sravanthi N. S. CH.
Purpose
It displays the visit information of a patient along with start date, end date and the type of the visit. The active/current visit is marked with an asterisk (*).
Note
- Clicking on a particular visit will navigate to Visit Dashboard displaying the information for that visit.
- On clicking the title "Visits" in the below sample screenshot, a pop up showing all the visits of a patient will appear.
- An example use case is viewing the latest 8 visits of a patient.
Screenshot
Configuration
Sample Config
Add to clinical/dashboard.json for it to appear on the patient dashboard
"visits": { "translationKey": "DASHBOARD_TITLE_VISITS_KEY", "type": "visits", "displayOrder": 17, "dashboardConfig": { "maximumNoOfVisits": 8 } }
Key Field Table
Key | Info | Mandatory |
---|---|---|
type | Indicates the type of the display control. type should be "visits". | Y |
maximumNoOfVisits | Specifies the maximum number of visits for which to display data
| N |
dashboardConfig | Indicates that all the configurations mentioned under this are for the patient dashboard | Y |
displayOrder | The order in which the display control will be displayed | N |
translationKey | Internationalizes the display control | Y |
On this Page
Related Display Controls
Related pages
Patient Context Display Control
Patient Context Display Control
Read with this
Configure Visit Dashboard
Configure Visit Dashboard
Read with this
Display Controls
Display Controls
Read with this
Custom Controls
Custom Controls
Read with this
Home App
Home App
Read with this
Configure Visit Types
Configure Visit Types
Read with this
The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)