ruoguluo / PFM

patient flow monitoring
4 stars 2 forks source link

BPM: multiple Patients/Physicians/Nurses in demo #15

Open lpeyton opened 12 years ago

lpeyton commented 12 years ago

assign to renaud when he has an account. PFMON has a boostrap script that creates a state history for patients in R105, R106. In similar fashion, it would be good if there are multiple patients, Physicians, Nurses in evidence when the Nurse and Physician are going through their tasks for the demo. They can be boot strapped or hard-coded ... we will not do any tasks with them. They just need to be there in drop downs etc.

renocreative commented 12 years ago

The current implementation of the Osler processes in BPM already support multiple patients, physicians and nurses. For resuming state of execution of process for some patients (as for R105, R106 examples) to filled the dropdown menus, we can simply launch in BPM isolated modules corresponding to the state the patients should be in. The process can be launched with hard-coded data. Another alternative will be to directly model additional custom processes which will call existing subprocesses with the desired data. So, we will have 2 custom processes (One for R105 and one for R106). We can discuss if the last one is really necessary.