Show / Hide Table of Contents

Class ContentTypeCodes

The content or mime type.

The content type or mime type to be specified in Accept or Content-Type header.

Inheritance
System.Object
ContentTypeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ContentTypeCodes : object

Fields

| Improve this Doc View Source

Json

JSON content-type corresponding to the application/json+fhir mime-type.

Declaration
public static readonly Coding Json
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralContentTypeJson

Literal for code: ContentTypeJson

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

LiteralContentTypeXml

Literal for code: ContentTypeXml

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

LiteralJson

Literal for code: Json

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

LiteralXml

Literal for code: Xml

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

Values

Dictionary for looking up ContentType Codings based on Codes

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

Xml

XML content-type corresponding to the application/xml+fhir mime-type.

Declaration
public static readonly Coding Xml
Field Value
Type Description
Coding
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX