Class VehicleInformationType
Used to exchange information about vehicles associated with an Incident including: suspect vehicles, vehicles involved in accidents, and other vehicles involved with the Incident. See Section 2.17 of NENA-STA-021.1a-2022.
Inherited Members
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class VehicleInformationType : PrologueType
Properties
additionalDataReference
Additional information associated with a vehicle. Linked element type is AdditionalDataType.
Declaration
public List<ReferenceType> additionalDataReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
locationReference
A location associated with an vehicle. Linked elements type is LocationInformationType.
Declaration
public List<ReferenceType> locationReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
ncVehicleComponent
NIEM vehicle information.
Declaration
public NcVehicleType ncVehicleComponent { get; set; }
Property Value
Type | Description |
---|---|
NcVehicleType |
notesReference
Reference to a Notes Data Component. Contains optional alphanumeric text further describing the vehicle. Linked elements type is NotesType.
Declaration
public List<ReferenceType> notesReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
vehicleRelationshipTimeStamp
The date and time that the relationship of the vehicle to the incident was established. Required.
Declaration
public string vehicleRelationshipTimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
vehicleRelationshipType
Information about a vehicle associated with an incident. Shall only contain values present in the Vehicle Relationship Type registry. See Section 3.7 of NENA-STA-021.1a-2022. Required.
Declaration
public List<string> vehicleRelationshipType { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |