Class IncidentInformationType
A data type for general information about emergency incidents gathered by emergency agents, responding emergency resources, from reporting parties(callers), and devices reporting emergency incidents. See Section 2.9 of NENA-STA-021.1a-2022.
Inherited Members
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class IncidentInformationType : PrologueType
Properties
agentReference
Linked elements type is AgentType.
Declaration
public List<ReferenceType> agentReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
beatOrDispatchGroupText
A beat or dispatch group that contains an incident.
Declaration
public string beatOrDispatchGroupText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
dispositionComponent
Incident disposition information entered or updated by a dispatch agent and/or a responding emergency resource.
Declaration
public List<DispositionType> dispositionComponent { get; set; }
Property Value
Type | Description |
---|---|
List<DispositionType> |
documentIdentification
The Document Identification connects the Incident to one or more associated follow-up reports and investigations. Each responding agency may have its own Document Identification. Also used by agency supervisor and other personnel to track the status of reports.
Declaration
public string documentIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.String |
incidentCommonPriorityNumber
Globally understood numeric Incident priority that ranges from 0 to 10, with 10 being the highest priority and 0 being the lowest priority.
Declaration
public int incidentCommonPriorityNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
incidentPriorityInternalText
An internal value used by a local agency for the priority of an incident.
Declaration
public string incidentPriorityInternalText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
incidentStatusCommonRegistryText
Incident status code. Shall only contain values present in the Incident Status registry See Section 3.3 of NENA-STA-021.1a-2022.
Declaration
public List<string> incidentStatusCommonRegistryText { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
incidentStatusInternalText
An internal code used by a local agency for a status of an incident.
Declaration
public List<string> incidentStatusInternalText { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
incidentTypeCommonRegistryText
Incident type code. Shall only contains values present in the Incident Type registry. See Section 3.2 of NENA-STA-021.1. Required.
Declaration
public string incidentTypeCommonRegistryText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
incidentTypeInternalCode
An alphanumeric code indicating the category of the incident. This is the internal code used by the local agencies involved in the incident.
Declaration
public string incidentTypeInternalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
incidentTypeInternalText
Textual description indicating the category of the incident. This is the internal text used by the local agencies involved in the incident.
Declaration
public string incidentTypeInternalText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
internalIncidentId
Internal incident ID
Declaration
public string internalIncidentId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
locationReference
A location associated with an incident. Linked elements type is LocationInformationType.
Declaration
public List<ReferenceType> locationReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
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> |
reportNumberType
Report number type codes that are available in the EIDO Registries(see Section 3.4, in NENA-021.1a-2022, for the registry description); may be New or Reopened.
Declaration
public string reportNumberType { get; set; }
Property Value
Type | Description |
---|---|
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> |