Class DiscrepancyReport
Base class (header) for all discrepancy reports. See Sections 3.7.1 and E.2.1 of NENA-STA-010.3.
Inheritance
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class DiscrepancyReport
Constructors
| Edit this page View SourceDiscrepancyReport()
Default constructor
Declaration
public DiscrepancyReport()
Properties
| Edit this page View SourcediscrepancyReportId
Unique (to reporting agency) ID of report. Required.
Declaration
public string discrepancyReportId { get; set; }
Property Value
Type | Description |
---|---|
string |
discrepancyReportSubmitTimeStamp
Timestamp of the discrepancy report submittal. Must be in the NENA Timestamp format specified in Section 2.3 of NENA-STA-010.3. Required.
Declaration
public string discrepancyReportSubmitTimeStamp { get; set; }
Property Value
Type | Description |
---|---|
string |
problemComments
Text comment.
Declaration
public string problemComments { get; set; }
Property Value
Type | Description |
---|---|
string |
problemService
Name of service or instance where discrepancy exists
Declaration
public string problemService { get; set; }
Property Value
Type | Description |
---|---|
string |
problemSeverity
Specifies the serverity of the problem. Must be the string equivalent of one of the values in DrServerityEnum. Required.
Declaration
public string problemSeverity { get; set; }
Property Value
Type | Description |
---|---|
string |
reportType
Type of discrepancy report. Must be the string equivalent of one of the values in DRTypeEnum. Required.
Declaration
public string reportType { get; set; }
Property Value
Type | Description |
---|---|
string |
reportingAgencyName
FQDN of the entity creating the report. Required.
Declaration
public string reportingAgencyName { get; set; }
Property Value
Type | Description |
---|---|
string |
reportingAgentId
UserId of agent creating the report.
Declaration
public string reportingAgentId { get; set; }
Property Value
Type | Description |
---|---|
string |
reportingContactJcard
jCard of the contact of the agency submitting this report. Required.
Declaration
public string reportingContactJcard { get; set; }
Property Value
Type | Description |
---|---|
string |
resolutionUri
URI for responding entity to use for responses. Required.
Declaration
public string resolutionUri { get; set; }
Property Value
Type | Description |
---|---|
string |