Class AdditionalDataType
A data type for additional information associated with an incident call, location, or person. See Section 2.19 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 AdditionalDataType : PrologueType
Properties
additionalDataByReferenceUrl
A URL that references additional data associated with a call.
Declaration
public string additionalDataByReferenceUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
additionalDataByValue
Additional data associated with a call.
Declaration
public string additionalDataByValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
notesReference
Notes and comments associated with an incident. Linked elements type are NotesType
Declaration
public List<ReferenceType> notesReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
urlPurpose
Purpose that accompanied the URL. For example, the purpose parameter sent with the URL in the Call-Info headers. The value in this string indicates the type of additional data contained in the additionalDataByValue field or the type of data that will be retrieved by de-referencing the URL in the additionalDataByReferenceUrl field.
Example: EmergencyCallData.ServiceInfo
Declaration
public string urlPurpose { get; set; }
Property Value
Type | Description |
---|---|
System.String |