Parameters of an MCI (Mass Casualty Incident) computation (calculateMci).
Inherits from RequestBase.
Field name |
Type |
Default value |
Comments |
|---|---|---|---|
position |
|
Starting point |
|
hospitals |
List of HospitalResource |
null |
Additional hospitals, used for computations |
useHospitalsFromDB |
Boolean |
true |
Truth, if the hospitals from the database should be loaded and used. Only available if database resources are defined. |
resourceTypes |
Set of String |
null |
Filter: String representations of the searched hospitals. To include an unknown type add an empty string. Empty list for all. |
resourceStatuses |
Set of String |
null |
Filter: String representations of the statuses of the searched hospitals. To include an unknown status add an empty string. Empty list for all. |
t1 |
Integer |
0 |
Casualties in category 1 |
t2 |
Integer |
0 |
Casualties in category 2 |
t3 |
Integer |
0 |
Casualties in category 3 |
limit |
Double |
null |
Maximum distance or travel time (depending on optimization) to an hospital. null or 0 for unlimited. |
optimization |
Time |
Optimization (minimal time or way), used for routing |
|
roadwaySystemParameters |
default values |
Vehicle and street parameters |
|
includeRouteCoordinates |
Boolean |
true |
Include route coordinates (line string) in response. |
includeRouteDescription |
Boolean |
false |
Include route description (verbal description of the route) in response. |
includeStructuredRouteDescription |
Boolean |
false |
Include route description (structured) in response |
includeStreetSectionsIds |
Boolean |
false |
Include the street sections ID of the computed route in response |
© 2020, Fraunhofer IVI