Class EsrpDiscrepancyReport
Data class for the ESRP Discrepancy Report. See Sections 3.7.17 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class EsrpDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceEsrpDiscrepancyReport()
Default constructor.
Declaration
public EsrpDiscrepancyReport()
Properties
| Edit this page View SourcecallId
The Emergency Call Identifier assigned to the call. Conditional: REQUIRED when the discrepancy relates to a specific call.
Declaration
public string callId { get; set; }
Property Value
Type | Description |
---|---|
string |
incidentId
The Emergency Incident Identifier assigned to the call. Conditional: REQUIRED when the discrepancy report relates to a specific incident.
Declaration
public string incidentId { get; set; }
Property Value
Type | Description |
---|---|
string |
pidfLo
The PIDF-LO XML document received with or via the call. Conditional: REQUIRED when the discrepancy report relates to a specific call.
Declaration
public string pidfLo { get; set; }
Property Value
Type | Description |
---|---|
string |
problem
Specifies the problem. Must be set to the string equivalent of one of the values in the EsrpProblemEnum. Required.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |
queueName
The name of the call queue in question. Conditional: REQUIRED when the discrepancy report is due to one or more queues whose fullness is a problem; OPTIONAL when the discrepancy is due to the PSAP receiving fewer calls than would normally be expected.
Declaration
public string queueName { get; set; }
Property Value
Type | Description |
---|---|
string |