Show / Hide Table of Contents

Class OperationOutcomeIssueSeverityCodes

Code Values for the OperationOutcome.issue.severity field

Inheritance
System.Object
OperationOutcomeIssueSeverityCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class OperationOutcomeIssueSeverityCodes : object

Fields

| Improve this Doc View Source

ERROR

Declaration
public const string ERROR = null
Field Value
Type Description
System.String
| Improve this Doc View Source

FATAL

Declaration
public const string FATAL = null
Field Value
Type Description
System.String
| Improve this Doc View Source

INFORMATION

Declaration
public const string INFORMATION = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Values

Declaration
public static HashSet<string> Values
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

WARNING

Declaration
public const string WARNING = null
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX