Show / Hide Table of Contents

Class ConformanceAcceptUnknownCodes

Code Values for the Conformance.acceptUnknown field

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

Fields

| Improve this Doc View Source

BOTH

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

ELEMENTS

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

EXTENSIONS

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

NO

Declaration
public const string NO = 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
In This Article
Back to top Generated by DocFX