Changes between Version 20 and Version 21 of Deployments/Portugal/Bombeiros


Ignore:
Timestamp:
11/16/11 15:29:37 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Deployments/Portugal/Bombeiros

    v20 v21  
    2323
    2424== Requirements ==
     25=== HRM ===
     26Import HRM data from https://rnbp.prociv.pt/rnbp/portal/
     27* (this system keeps crashing & was expensive)
     28* Can export as ;-separated CSV using SQL commands
     29* No need to have the output look the same as the current PDFs
     30
     31=== Incident Tracking ===
     32There is a need to share data about an incident between a fire department and the district command center.
     33Current process is that the OPCOM at the Firedep provides the information over the radio, on the other side, another OPCOM is writing it all on paper, and type it again in a completely different software running on windows console....This takes a long time.
     34
     35Data Attributes:
     36* date
     37* time of alert
     38* time of dispatch
     39* location
     40* type of emergency (long list. e.g. 5100: Car Accident)
     41* # victims
     42* vehicle(s) - by ID
     43 * crew on board - by ID (A per-Incident link table), with a field for leader ('ranking member') & another for driver (usually, but not always the same)
     44
    2545=== Dispatch ===
    2646One of the biggest problems right now, which could potentially be easy to solve is Dispatch.
     
    3555  * Where are you?
    3656  * Where shall we meet?
    37 
    38 === HRM ===
    39 Import HRM data from https://rnbp.prociv.pt/rnbp/portal/
    40 * (this system keeps crashing & was expensive)
    41 * Can export as ;-separated CSV using SQL commands
    42 * No need to have the output look the same as the current PDFs
    43 
    44 === Incident Tracking ===
    45 There is a need to share data about an incident between a fire department and the district command center.
    46 Current process is that the OPCOM at the Firedep provides the information over thre radio, on the other side, another OPCOM is writing it all on paper, and type it again in a completely different software running on windows console....This takes a long time.
    47 
    48 Data Attributes:
    49 * date
    50 * time of alert
    51 * time of dispatch
    52 * location
    53 * type of emergency
    54 * vehicle
    55 * crew
    5657
    5758=== Location Updates via Radio ===