Class CallTakerDiscrepancyReport
Data class for the Call Taker Discrepancy Report. See Section s3.7.8 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class CallTakerDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceCallTakerDiscrepancyReport()
Default constructor
Declaration
public CallTakerDiscrepancyReport()
Properties
| Edit this page View SourcecallHeader
Set to the header field of the INVITE or MESSAGE. Required.
Declaration
public string callHeader { get; set; }
Property Value
Type | Description |
---|---|
string |
callIdUrn
Set to the Emergency Call ID assigned to the call. Required.
Declaration
public string callIdUrn { get; set; }
Property Value
Type | Description |
---|---|
string |
incidentIdUrn
Set to the Emergency Incident ID assigned to the call. Required.
Declaration
public string incidentIdUrn { get; set; }
Property Value
Type | Description |
---|---|
string |
pidfLo
Set to the the PIDF-LO XML document received with the call. Required.
Declaration
public string pidfLo { get; set; }
Property Value
Type | Description |
---|---|
string |