Changes between Version 22 and Version 23 of BluePrint/CAPBroker/UseCases
- Timestamp:
- 01/22/16 05:40:33 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/CAPBroker/UseCases
v22 v23 56 56 ||Description ||Varchar(200) ||A description explaining the intent of the SOP check list || 57 57 ||Instructions ||Varchar(200) ||Any instructions for the first-responders on how, when, and where to complete the SOP check-list || 58 || QuestionNum ||Integer ||A sequence number that indicates the order of the question ||59 || Question||Varchar(200) ||A question related to the SOP element (e.g. What is the casualty-illness count) ||58 ||Item Num ||Integer ||A sequence number that indicates the order of the question || 59 ||List Item||Varchar(200) ||A question related to the SOP element (e.g. What is the casualty-illness count) || 60 60 ||Data type ||Varchar(20) ||Indicate the expected data type for validation; namely, string, integer, decimal, boolean || 61 61 … … 65 65 ||Person ||Varchar(50) ||An identifier that relates to the first-responder who submitted the SOP check-list || 66 66 ||SOP Name ||Varchar(50) ||The name of the SOP check-list || 67 || QuestionNum ||Integer ||The sequence number that indicates the the question ||68 || Answer||Varchar(200) ||The expected answer related to the SOP element (e.g. 20 indicating the casualty-illness count is 20) ||67 ||Item Num ||Integer ||The sequence number that indicates the the question || 68 ||Response||Varchar(200) ||The expected answer related to the SOP element (e.g. 20 indicating the casualty-illness count is 20) || 69 69 ||Submit Time ||DateTime ||The date and time the answer to the particular question was submitted ||