Changes between Version 12 and Version 13 of BluePrint/CAPBroker/UseCases
- Timestamp:
- 01/21/16 08:05:39 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/CAPBroker/UseCases
v12 v13 42 42 43 43 ==== Attributes ==== 44 45 NOTE - this is simply a list of attributes and is not a database table. Developers must convert this to a normalized database with related tables. 46 47 '''SOP check-list TEMPLATE'''[[br]] 44 48 ||'''Attribute''' ||'''Data Type''' ||'''Description''' || 45 || || || || 49 ||SOP Name ||Varchar(50) ||A name to identify the SOP check-list || 50 ||Title ||Varchar(100) ||The title that would be displayed || 51 ||Description ||Varchar(200) ||A description explaining the intent of the SOP check list || 52 ||Instructions ||Varchar(200) ||Any instructions for the first-responders on how, when, and where to complete the SOP check-list || 53 ||Question Num ||Integer ||A sequence number that indicates the order of the question || 54 ||Question ||Varchar(200) ||A question related to the SOP element (e.g. What is the casualty-illness count) || 55 ||Data type ||Varchar(20) ||Indicate the expected data type for validation; namely, string, integer, decimal, boolean || 46 56 47 57 [[br]] 58 '''SOP check-list UPDATES'''[[br]] 59 ||'''Attribute''' ||'''Data Type''' ||'''Description''' || 60 ||Person ||Varchar(50) ||An identifier that relates to the first-responder who submitted the SOP check-list || 61 ||SOP Name ||Varchar(50) ||The name of the SOP check-list || 62 ||Question Num ||Integer ||The sequence number that indicates the the question || 63 ||Answer ||Varchar(200) ||The expected answer related to the SOP element (e.g. 20 indicating the casualty-illness count is 20) || 64 ||Submit Time ||DateTime ||The date and time the answer to the particular question was submitted || 48 65 == Report SOP Status ==