Show / Hide Table of Contents

Class OperationKindCodes

Whether an operation is a normal operation or a query.

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

Fields

| Improve this Doc View Source

LiteralOperation

Literal for code: Operation

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

LiteralOperationKindOperation

Literal for code: OperationKindOperation

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

LiteralOperationKindQuery

Literal for code: OperationKindQuery

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

LiteralQuery

Literal for code: Query

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

Operation

This operation is invoked as an operation.

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

Query

This operation is a named query, invoked using the search mechanism.

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

Values

Dictionary for looking up OperationKind 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