Class DispatchInformationType
A data type for dispatch information related to an incident. See Section 13 of NENA-STA-021.1a-2022.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class DispatchInformationType : PrologueType
Properties
agencyReference
Reference to an AgencyType. Agency that was dispatched through action performed in this data component.
Declaration
public ReferenceType agencyReference { get; set; }
Property Value
Type | Description |
---|---|
ReferenceType |
agentReference
Linked element type is AgentType. Identifies the agent that completed the dispatch operation described.
Declaration
public ReferenceType agentReference { get; set; }
Property Value
Type | Description |
---|---|
ReferenceType |
emergencyResourceReference
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. Linked element type is EmergencyResourceType
Declaration
public List<ReferenceType> emergencyResourceReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
notesReference
Contains optional alphanumeric text further describing the dispatch. Linked element type is NotesType
Declaration
public List<ReferenceType> notesReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |