Class RestfulConformanceModeCodes
The mode of a RESTful conformance statement.
Inheritance
System.Object
RestfulConformanceModeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class RestfulConformanceModeCodes : object
Fields
| Improve this Doc View SourceClient
The application acts as a client for this resource.
Declaration
public static readonly Coding Client
Field Value
Type | Description |
---|---|
Coding |
LiteralClient
Literal for code: Client
Declaration
public const string LiteralClient = null
Field Value
Type | Description |
---|---|
System. |
LiteralRestfulConformanceModeClient
Literal for code: RestfulConformanceModeClient
Declaration
public const string LiteralRestfulConformanceModeClient = null
Field Value
Type | Description |
---|---|
System. |
LiteralRestfulConformanceModeServer
Literal for code: RestfulConformanceModeServer
Declaration
public const string LiteralRestfulConformanceModeServer = null
Field Value
Type | Description |
---|---|
System. |
LiteralServer
Literal for code: Server
Declaration
public const string LiteralServer = null
Field Value
Type | Description |
---|---|
System. |
Server
The application acts as a server for this resource.
Declaration
public static readonly Coding Server
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up RestfulConformanceMode Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |