Class EmergencyResourceType
A data type for a resource (vehicle, person [foot patrol], organizational unit such as a squad or strike team, and other emergency responder configurations) that responds to an emergency incident. See Section 2.20 of NENA-STA-021.1a-2022.
Inheritance
Inherited Members
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class EmergencyResourceType
Properties
agentReference
Information about agents (e.g., call takers, dispatchers, supervisors, responding emergency resources, etc.) and automated systems acting as agents that are involved in an incident. Linked elements type is AgentType.
Declaration
public List<ReferenceType> agentReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
emergencyResourceName
Common name of the emergency resource.
Declaration
public string emergencyResourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
emergencyResourceTypeCommonRegistryText
Shall only contain values present in the Emergency Resource Type registry. See Section 3.11 of NENA-STA-021.1a-2022.
Declaration
public string emergencyResourceTypeCommonRegistryText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
emergencyResourceTypeInternalText
A local code for an emergency resource type.
Declaration
public string emergencyResourceTypeInternalText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
eta
Timestamp of when the unit is expected to reach it's destination. Must be in the NENA Timestamp format specified in Section 2.3 of NENA-STA-010.3.
Declaration
public string eta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
notesReference
Reference to a Notes Data Component. Contains optional alphanumeric text further describing the incident.
Declaration
public List<ReferenceType> notesReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
personReference
Information about a person associated with an incident. Linked elements type is PersonInformationType.
Declaration
public List<ReferenceType> personReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
primaryUnitStatusRegistryText
Shall only contain values present in the Primary Unit Status registry. See Section 3.9 of NENA-STA-021.1a-2022.
Declaration
public string primaryUnitStatusRegistryText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
resourceAttributeRegistryText
Shall only contain values present in the Resource Attribute registry. See Section 3.12 of NENA-STA-021.1a-2022.
Declaration
public List<string> resourceAttributeRegistryText { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
secondaryUnitStatusRegistryText
Shall only contain values present in the Secondary Unit Status registry. See Section 3.10 of NENA-STA-021.1a-2022.
Declaration
public string secondaryUnitStatusRegistryText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
unitDestinationReference
Linked elements type is LocationInformationType
Declaration
public ReferenceType unitDestinationReference { get; set; }
Property Value
Type | Description |
---|---|
ReferenceType |
unitLocationReference
Linked elements type is LocationInformationType
Declaration
public ReferenceType unitLocationReference { get; set; }
Property Value
Type | Description |
---|---|
ReferenceType |
unitStatusInternal
A local code for a status of an emergency resource.
Declaration
public List<string> unitStatusInternal { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
vehicleReference
Information about a vehicle associated with an incident. Linked elements type is VehicleInformationType.
Declaration
public List<ReferenceType> vehicleReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |