Skip to content

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


WidgetTypeBehaviour
roledrstaticRole label (e.g. “Pflegekraft”)
drnamestaticNurse name (e.g. “K. Hoffmann”)
startProcessbuttonupdateRemote "yes" + goto order1
WidgetTypeBehaviour
stausstaticOrder status (“neuer Auftrag”)
ptnamestaticPatient name (“W. Irmer”)
med1staticTask description (“Patient wenden”)
confirmOrder1buttonupdateRemote "yes" + goto order2
endShiftbuttonupdateRemote "yes" + goto home.1
WidgetTypeBehaviour
stausstaticOrder status
ptname2staticPatient name (“A. Maier”)
med2staticTask description (“Vitalwerte prüfen”)
confirmOrder2buttonupdateRemote "yes"
endShiftbuttonupdateRemote "yes" + goto home.1

The updateRemote "yes" actions notify the backend (duress_appor server) that the task was completed.