v_incident_report_apparatus
Purpose
- Apparatus response details for incidents.
Relationships
v_incident_report: Many-to-One (N:1)
v_apparatus: Many-to-One (N:1)
v_incident_report_personnel: One-to-Many (1:N)
Table
Column | Type | Description |
id | integer | Primary key |
client_code | varchar(28) | Organization ID |
incident_report_id | integer | Incident reference |
apparatus_id | integer | Apparatus reference |
name | varchar(100) | Apparatus name |
aid | boolean | Mutual aid flag |
type_of_apparatus_or_resource | varchar(3) | Resource type |
number_of_people | integer | Personnel count |
location_flag | boolean | Location marker |
dispatch_time | time | Dispatch time |
arrive_time | time | Arrival time |
clear_time | time | Clear time |
back_in_service_time | time | Service return time |
dispatch_to_enroute | interval | Response interval |
enroute_to_scene | interval | Travel interval |
scene_to_clear | interval | Scene interval |
created_by | integer | Creator reference |
created_at | timestamp | Creation time |
department_name | varchar(100) | Department name |
is_canceled | boolean | Cancellation flag |
is_first_arriving_unit | boolean | First arrival flag |
Related Articles
Concurrent Data Entry of Apparatus within Incident Documentation
Purpose To explain how users may access the apparatus details modal to enter all information while someone else is completing the fire report. Heads Up! We are enhancing the way agencies can manage and enter Apparatus details in a fire report! This ...
Incident Documentation: Completing a Narrative Outside an Incident Report
Purpose To explain how multiple users can complete narratives simultaneously. Background When multiple units are assigned to an incident, a narrative section is available for each unit. Only one user can be in the report at a single time. However, ...
v_incident_report_question
Purpose Incident report question responses. Relationships v_incident_report: Many-to-One (N:1) Many questions link to one incident Referenced through incident_report_id v_incident_report_apparatus: Many-to-One (N:1) Many questions link to one ...
v_incident_report_personnel
Purpose Personnel response records for incidents. Relationships v_incident_report_apparatus: Many-to-One (N:1) Many personnel link to one apparatus response Referenced through incident_report_apparatus_id v_personnel: Many-to-One (N:1) Many responses ...
Completing an Incident Report - Response
Purpose To explain how to complete the Response section of an Incident Report. Related Articles Completing an Incident Report - Response (this article) Completing an Incident Report - Size-up Completing an Incident Report - Operations Completing an ...