Show / Hide Table of Contents

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 Source

Client

The application acts as a client for this resource.

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

LiteralClient

Literal for code: Client

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

LiteralRestfulConformanceModeClient

Literal for code: RestfulConformanceModeClient

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

LiteralRestfulConformanceModeServer

Literal for code: RestfulConformanceModeServer

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

LiteralServer

Literal for code: Server

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

Server

The application acts as a server for this resource.

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

Values

Dictionary for looking up RestfulConformanceMode Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX