Visite DV (visite.json)
A German‑language nurse workflow DV. Start a shift, receive patient orders, confirm each task, and end the shift.
File: /dvs/visite.json
Page 1: Shift Start (id: "1")
Section titled “Page 1: Shift Start (id: "1")”| Widget | Type | Behaviour |
|---|---|---|
roledr | static | Role label (e.g. “Pflegekraft”) |
drname | static | Nurse name (e.g. “K. Hoffmann”) |
startProcess | button | updateRemote "yes" + goto order1 |
Page 2: Order 1 (id: "order1")
Section titled “Page 2: Order 1 (id: "order1")”| Widget | Type | Behaviour |
|---|---|---|
staus | static | Order status (“neuer Auftrag”) |
ptname | static | Patient name (“W. Irmer”) |
med1 | static | Task description (“Patient wenden”) |
confirmOrder1 | button | updateRemote "yes" + goto order2 |
endShift | button | updateRemote "yes" + goto home.1 |
Page 3: Order 2 (id: "order2")
Section titled “Page 3: Order 2 (id: "order2")”| Widget | Type | Behaviour |
|---|---|---|
staus | static | Order status |
ptname2 | static | Patient name (“A. Maier”) |
med2 | static | Task description (“Vitalwerte prüfen”) |
confirmOrder2 | button | updateRemote "yes" |
endShift | button | updateRemote "yes" + goto home.1 |
duress_app/ MQTT Interaction
Section titled “duress_app/ MQTT Interaction”The updateRemote "yes" actions notify the backend (duress_appor server)
that the task was completed.
Related
Section titled “Related”- Button actions –
updateRemote,gotoPage - duress_appworkflow docs – if backend workflow is documented