Class DispositionType
A data type for incident disposition information entered or updated by a dispatch agent and/or a responding emergency resource. See Section 2.14 of NENA-STA-021.1a-2022.
Inherited Members
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class DispositionType : PrologueType
Properties
dispositionCategoryText
An agency-specific, alphanumeric code that indicates how the Incident was closed. The Common Disposition Code (Section 3.5 of NENA-STA-021.1a-2022) should be mapped to the closest value of this data element.
Declaration
public string dispositionCategoryText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
dispositionCommonRegistryCode
An agency assigns a disposition to an Incident when its participation in the Incident ends. Shall only contain code values present "Public Safety Communications Common Disposition Codes for Data Exchange" (APCO ANS 1.111.2-2018) or in the Common Disposition Code registry. See Section 3.5 of NENA-STA-021.1a-2022. Required.
Declaration
public string dispositionCommonRegistryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
dispositionDescriptionText
Descriptive text describing the Disposition Code Internal. Disposition codes may be agency specific and this field explains the meaning of the internal disposition code.
Declaration
public string dispositionDescriptionText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
dispositionPrimaryIndicator
True if the common disposition is the primary disposition for an agency for an incident; false otherwise.
Declaration
public bool dispositionPrimaryIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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> |