Show / Hide Table of Contents

Class ConformanceFormatCodes

Code Values for the Conformance.format field

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

Fields

| Improve this Doc View Source

JSON

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

MIME

Declaration
public const string MIME = 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

XML

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