Flowsheet Control
Purpose
The Flow Sheet Control documented here is different from the control.
| Vitals Flow Sheet - groupBy:visits | Vitals Flow Sheet - groupBy:obstime | Vitals Flow Sheet - groupBy:encounters |
|---|---|---|



Configuration
Sample Config
Add to clinical/dashboard.json for it to appear on the patient dashboard
"flowsheet": {
"type": "flowSheet",
"title": "Vitals Flow Sheet",
"dashboardConfig": {
"latestCount": "5",
"numberOfVisits": "5",
"groupBy": "visits",
"rowHeading": "Visit Details",
"obsConcepts": [
"Pulse",
"RR",
"Temperature"
]
"labConcepts": [
"RBS",
"FBS"
]
},
"allFlowSheetDetails": {
"latestCount": "10",
"numberOfVisits": "5",
"groupBy": "obstime",
"rowHeading": "Observation Time",
"obsConcepts": [
"Diabetes, Blood Pressure",
"Diabetes, A1C"
],
"labConcepts": [
"RBS",
"FBS"
],
"drugConcepts": [
"Metformin"
]
}
}Key Field Table
| Key | Information | Mandatory | |
|---|---|---|---|
| title | Title to be displayed. | Y | |
| dashboardConfig | Key | Information | Mandatory |
| numberOfVisits | Specifies the number of visits for which data has to be displayed | N | |
| groupBy | Can be encounters/visits/obstime.. If grouped by the encounter, then the data is displayed per encounter in the flowsheet. If grouped by the visit, then the latest value of the observations in each visit is displayed in the flowsheet.If grouped by obstime then the value of observation will be displayed in separate column grouped by observation start time. | Y | |
| obsConcepts | Set of Concepts whose observations have to be displayed. The concepts will be listed in the order they are added to the obsConcepts. | Y | |
| labConcepts | Set of Concepts of lab tests whose results have to be displayed. | Y | |
| drugConcepts | Set of Concepts of drugs whose drug orders or prescriptions against the configured concepts have to be displayed. | Y | |
| latestCount | Specifies the number of columns for which data has to be displayed | N | |
| rowHeading | Specifies a name (top-left cell) for the header row. | N |
Parameters of control in the expanded view. Elements inside have the same format as elements inside dashboardParams.
Table of Contents
원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0