Class ImrDiscrepancyReport
Data class for the IMR Discrepancy Report. See Sections 3.7.20 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class ImrDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceImrDiscrepancyReport()
Default constructor.
Declaration
public ImrDiscrepancyReport()
Properties
| Edit this page View SourcecallHeader
The SIP header field of the INVITE or MESSAGE request. Required.
Declaration
public string callHeader { get; set; }
Property Value
Type | Description |
---|---|
string |
callId
Emergency Call Identifier assigned to the call. Required.
Declaration
public string callId { get; set; }
Property Value
Type | Description |
---|---|
string |
incidentId
Emergency Incident Identifier assigned to the call. Conditional: REQUIRED if used for an emergency call.
Declaration
public string incidentId { get; set; }
Property Value
Type | Description |
---|---|
string |
problem
Specifies the problem encountered. Must be the string equivalent of one of the values in the ImrProblemEnum. Required.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |