v_incident_report_station_response

v_incident_report_station_response

Purpose

  1. Station response records for incidents.


Relationships

  • v_incident_report: Many-to-One (N:1)

    • Many station responses link to one incident

    • Referenced through incident_report_id

  • v_personnel: Many-to-One (N:1)

    • Many responses link to one personnel

    • Referenced through personnel_id

  • v_fire_station: Many-to-One (N:1)

    • Many responses link to one station

    • Referenced through station name matching




Table



Column

Type

Description

id

integer

Primary key

personnel_id

integer

Personnel reference

is_canceled

boolean

Cancellation flag

incident_report_id

integer

Incident reference

client_code

varchar(28)

Organization ID

user_id

integer

User reference

nfb_incident_number

varchar(32)

Incident number

station_name

varchar(64)

Station name

personnel_full_name

text

Personnel name

dispatch_date_time

timestamp

Dispatch time

dispatch_acknowledge_date_time

timestamp

Acknowledgment time

arrived_station_date_time

timestamp

Arrival time

enroute_station_date_time

timestamp

Enroute time

canceled_station_date_time

timestamp

Cancellation time

left_station_date_time

timestamp

Departure time

duration

varchar(10)

Response duration




    • Related Articles

    • 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 ...
    • 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 ...
    • NERIS Documentation - Station Response

      Purpose The purpose of this article is to assist with the documentation of the Station Response tab within the Apparatus section. Video Directions 1. Within a Fire report navigate to the Station Response tab located in the Apparatus section. 2. To ...
    • Fire Incident Setup - Report Settings

      Purpose Statement The Report Settings tab within Fire Incident Setup allows administrators to define customized peak hour ranges for their department. This configuration enables accurate analysis of incident patterns during high-activity periods ...
    • 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 ...