| 25 | === HRM === |
| 26 | Import 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 === |
| 32 | There is a need to share data about an incident between a fire department and the district command center. |
| 33 | Current 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 | |
| 35 | Data 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 | |
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 |