Signal |
Meaning |
Parameter(s) |
Origin |
---|---|---|---|
General messages |
|||
popup_notice |
A popup notice wants to be displayed (can be disabled
if cleint does not want to be interrupted) |
id_sender (ID of
sender) id_recipients ( IDs of recipients as list (-1 = broadcast message)) |
Frontend or Backend |
popup_alert |
A popup alert wants to be displayed (high priority
message - should not be disabled by the client) |
id_sender (ID of
sender) id_recipients ( IDs of recipients as list (-1 = broadcast message)) |
Frontend or Backend |
"Current patient" related messages
|
|||
patient_selected |
A patient has been selected within the client user
interface. This patient is now the "current" patient. All widgets displaying
client data must update themselves accordingly |
id_patient (ID
of patient) |
Frontend |
patient_modified |
A patient's demographic data has been updated.
Widgets displaying a patient's demographic data must update themselves |
id_patient (ID
of patient) |
Frontend or Backend |
medication_modified |
The current patient's medication has been modified . Medication related widgets have to update themselves. This can also be used for drug interaction checking, drug allergy checking etc. | id_patient (ID of patient) | Frontend or Backend |
Waiting room related |
|||
waitingroom_added |
A patient has been added to the waiting room |
id_patient (ID
of patient) id_doctor (ID of doctor to see patient) |
Frontend or Backend |
waitingroom_incons |
A patient has entered a consultation (is seen by
a doctor) |
id_patient (ID
of patient) id_doctor (ID of doctor to see patient) |
Frontend or Backend |
waitingroom_left |
A patient has left the waitingroom (finished consultation) |
id_patient (ID
of patient) id_doctor (ID of doctor to see patient) |
Frontend or Backend |