Class CrashType1
This is the class for the Crash element in the AutomatedCrashNotificationType XML document
Inheritance
CrashType1
Inherited Members
Namespace: Veds
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class CrashType1 : CrashType
Fields
| Edit this page View SourceConveyanceHeadingMeasure
Direction vehicle was heading directly before crash, as a measure of the angular heading of the vehicle.
Declaration
public AngleMeasureType[] ConveyanceHeadingMeasure
Field Value
Type | Description |
---|---|
AngleMeasureType[] |
CrashPerson
Array of persons involved in the crash
Declaration
public CrashPersonType1[] CrashPerson
Field Value
Type | Description |
---|---|
CrashPersonType1[] |
CrashVehicle
Array of vehicles involved in the crash
Declaration
public CrashVehicleType[] CrashVehicle
Field Value
Type | Description |
---|---|
CrashVehicleType[] |
FuelLeakingIndicator
If true then fuel is leaking
Declaration
public boolean[] FuelLeakingIndicator
Field Value
Type | Description |
---|---|
boolean[] |
MultipleImpactsIndicator
Indicates if the vehicle was subjected to multiple impacts.
Declaration
public boolean[] MultipleImpactsIndicator
Field Value
Type | Description |
---|---|
boolean[] |
SevereInjuryIndicator
High Likelihood of Severe Injury?
Declaration
public boolean[] SevereInjuryIndicator
Field Value
Type | Description |
---|---|
boolean[] |
VehicleFinalRestOrientationCategoryCode
Orientation of vehicle at final rest.
Declaration
public VehicleFinalRestOrientationCodeType[] VehicleFinalRestOrientationCategoryCode
Field Value
Type | Description |
---|---|
VehicleFinalRestOrientationCodeType[] |
VehicleFireIndicator
Indicates if any part of the vehicle is on fire.
Declaration
public boolean[] VehicleFireIndicator
Field Value
Type | Description |
---|---|
boolean[] |