Class LinkInformationType
A data type for information about a linked incident. See Section 2.8 of NENA-STA-021a-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 LinkInformationType : PrologueType
Properties
incidentTrackingIdentifier
A globally unique emergency incident identifier. Required.
Declaration
public string incidentTrackingIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
involvedAgencyReference
Agencies involved with the linked incident. Must be populated if the agency sending the EIDO is not involved with the linked incident.
Declaration
public ReferenceType involvedAgencyReference { get; set; }
Property Value
Type | Description |
---|---|
ReferenceType |
linkDirectionCode
Direction. Required.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public LinkDirectionCodeSimpleType linkDirectionCode { get; set; }
Property Value
Type | Description |
---|---|
LinkDirectionCodeSimpleType |
transactionReasonText
Free format narrative description of the reason for the link
Declaration
public string transactionReasonText { get; set; }
Property Value
Type | Description |
---|---|
System.String |