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 SourceJson
JSON content-type corresponding to the application/json+fhir mime-type.
Declaration
public static readonly Coding Json
Field Value
Type | Description |
---|---|
Coding |
LiteralContentTypeJson
Literal for code: ContentTypeJson
Declaration
public const string LiteralContentTypeJson = null
Field Value
Type | Description |
---|---|
System. |
LiteralContentTypeXml
Literal for code: ContentTypeXml
Declaration
public const string LiteralContentTypeXml = null
Field Value
Type | Description |
---|---|
System. |
LiteralJson
Literal for code: Json
Declaration
public const string LiteralJson = null
Field Value
Type | Description |
---|---|
System. |
LiteralXml
Literal for code: Xml
Declaration
public const string LiteralXml = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up ContentType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |
Xml
XML content-type corresponding to the application/xml+fhir mime-type.
Declaration
public static readonly Coding Xml
Field Value
Type | Description |
---|---|
Coding |