29 | | Often first-responders must follow a Standard Operating Procedure (SOP). Example, police with evacuation procedures, medical technicians with patient tracking procedures, etc. The use case diagram describes the process for creating SOP check-lists and requesting that each first-responder update the status of the SOP. |
| 29 | Often first-responders must follow a Standard Operating Procedure (SOP). The use case diagram describes the process for creating SOP check-lists and requesting that each first-responder update the status of the SOP. |
| 30 | |
| 31 | ||'''Process''' || '''Description''' || |
| 32 | ||create SOP check-lists ||The implementers will generate a set of SOP check-lists that are event and first-responder specific. SOPs for the police with evacuation procedures for a given event are different from the SOPs medical technicians would follow with tracking emergency patients. || |
| 33 | ||configure SOP check-list ||First we must '''get event type''' and '''get subscriber groups'''. A SOP check-list will be assigned for the group for a particular event. We would also set a flag that the check-list is requested for specific warning priorities (i.e. low priority messages are informative and do not require activating a SOP) || |
| 34 | ||issue CAP alert msg ||At the time of authoring a message, the Editor would set the Event Type and Warning Priority, which would determine the first-responder groups that should '''receive CAP alert msg''' through the '''deliver CAP alert msg''' process. In the CAP alert msg they would receive a URL with the link to SOP check-list This link would typically be a CAP <resource> element. || |
| 35 | ||update SOP check-list ||The first-responder would click on the link, login, and complete the check-list (questionnaire) and save it. They may update the SOP at various stages of the SOP. For example, the police might update the SOP indicating they have begun evacuating people. Once the evacuation is complete, they would count the number of people and update the SOP check-list with the people count. || |
| 36 | ||record SOP status ||The process will '''get SOP check-list ID''', '''get subscriber''' (or Person ID) and '''get CAP identifier''' (i.e. message id) to update the status of the check-list with the information provided by the first-responder || |
| 37 | [[br]][[br]] |