Class AgencyType
A data type for an organization that owns or is otherwise related to an emergency incident. See Section 2.6 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 AgencyType : PrologueType
Properties
agencyJcard
The agency’s contact information.
Declaration
public string agencyJcard { get; set; }
Property Value
Type | Description |
---|---|
System.String |
agencyRoleDescriptionRegistryText
Shall only contain values present in the Agency Role registry. See Section 3.1 of NENA-STA-021.1a-2022.
Declaration
public List<string> agencyRoleDescriptionRegistryText { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
agencyType
One or more members of a list of available provider and agency types such as Law Enforcement, Fire, EMS, Consolidated Dispatch, Ambulance Company, etc. Agency Types are are defined in the IANA urn:emergency:service:responder registry. See Section 10.5 of NENA-STA-010.3. Required.
Declaration
public List<string> agencyType { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
incidentOwningAgencyIndicator
True if an agency owns the emergency incident; false otherwise
Declaration
public bool incidentOwningAgencyIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
notesReference
Reference to a Notes Data Component. Contains optional alphanumeric text further describing the agency.
Declaration
public List<ReferenceType> notesReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |