Changes between Version 22 and Version 23 of BluePrint/CAPBroker/UseCases


Ignore:
Timestamp:
01/22/16 05:40:33 (9 years ago)
Author:
Nuwan Waidyanatha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/CAPBroker/UseCases

    v22 v23  
    5656||Description ||Varchar(200) ||A description explaining the intent of the SOP check list ||
    5757||Instructions ||Varchar(200) ||Any instructions for the first-responders on how, when, and where to complete the SOP check-list ||
    58 ||Question Num ||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) ||
    6060||Data type ||Varchar(20) ||Indicate the expected data type for validation; namely, string, integer, decimal, boolean ||
    6161
     
    6565||Person ||Varchar(50) ||An identifier that relates to the first-responder who submitted the SOP check-list ||
    6666||SOP Name ||Varchar(50) ||The name of the SOP check-list ||
    67 ||Question Num ||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) ||
    6969||Submit Time ||DateTime ||The date and time the answer to the particular question was submitted ||