Class EidoType
A data type for an information exchange containing emergency incident related data. This class is for the EmergencyIncidentDataObjectType specified in the YAML for the EIDO. See See Section 2.4 of NENA-STA-021.1a-2022
Inherited Members
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class EidoType : PrologueType
Properties
additionalDataComponent
All additional data referenced in this document are listed here
Declaration
public List<AdditionalDataType> additionalDataComponent { get; set; }
Property Value
Type | Description |
---|---|
List<AdditionalDataType> |
agencyComponent
All agencies referenced in this document are listed here
Declaration
public List<AgencyType> agencyComponent { get; set; }
Property Value
Type | Description |
---|---|
List<AgencyType> |
agentComponent
All agents referenced in this document are listed here
Declaration
public List<AgentType> agentComponent { get; set; }
Property Value
Type | Description |
---|---|
List<AgentType> |
alarmsSensorsComponent
Alarms and sensors information associated with an incident.
Declaration
public List<AlarmsSensorsType> alarmsSensorsComponent { get; set; }
Property Value
Type | Description |
---|---|
List<AlarmsSensorsType> |
callbackComponent
Contains information about how to call a person.
Declaration
public List<CallbackType> callbackComponent { get; set; }
Property Value
Type | Description |
---|---|
List<CallbackType> |
callComponent
Call information about an incident received and collected by an agent.
Declaration
public List<CallInformationType> callComponent { get; set; }
Property Value
Type | Description |
---|---|
List<CallInformationType> |
dispatchComponent
Dispatch information related to an incident.
Declaration
public List<DispatchInformationType> dispatchComponent { get; set; }
Property Value
Type | Description |
---|---|
List<DispatchInformationType> |
eidoVersion
Version of the EIDO structure.
Declaration
public string eidoVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
emergencyResourceComponent
All emergency resources information referenced in this document are listed here
Declaration
public List<EmergencyResourceType> emergencyResourceComponent { get; set; }
Property Value
Type | Description |
---|---|
List<EmergencyResourceType> |
incidentComponent
General information about the emergency incident gathered by emergency agents, responding emergency resources, from reporting parties(callers), and devices reporting emergency incidents.
Declaration
public IncidentInformationType incidentComponent { get; set; }
Property Value
Type | Description |
---|---|
IncidentInformationType |
issuingElementIdentification
An identifier of a functional element that created the EIDO instance. Must be a NENA identifier in the format specified in Section 2.1 of NENA-STA-010.3. Example: police.allegheny.pa.us Required.
Declaration
public string issuingElementIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.String |
linkComponent
Information about a linked incident.
Declaration
public List<LinkInformationType> linkComponent { get; set; }
Property Value
Type | Description |
---|---|
List<LinkInformationType> |
locationComponent
All location information referenced in this document are listed here
Declaration
public List<LocationInformationType> locationComponent { get; set; }
Property Value
Type | Description |
---|---|
List<LocationInformationType> |
mergeComponent
Information about a merged or split incident.
Declaration
public List<MergeInformationType> mergeComponent { get; set; }
Property Value
Type | Description |
---|---|
List<MergeInformationType> |
notesComponent
All notes referenced in this document are listed here
Declaration
public List<NotesType> notesComponent { get; set; }
Property Value
Type | Description |
---|---|
List<NotesType> |
personComponent
All person informations referenced in this document are listed here
Declaration
public List<PersonInformationType> personComponent { get; set; }
Property Value
Type | Description |
---|---|
List<PersonInformationType> |
vehicleComponent
All vehicle informations referenced in this document are listed here
Declaration
public List<VehicleInformationType> vehicleComponent { get; set; }
Property Value
Type | Description |
---|---|
List<VehicleInformationType> |