Show / Hide Table of Contents

Class OperationParameterUseCodes

Whether an operation parameter is an input or an output parameter.

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

Fields

| Improve this Doc View Source

In

This is an input parameter.

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

LiteralIn

Literal for code: In

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

LiteralOperationParameterUseIn

Literal for code: OperationParameterUseIn

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

LiteralOperationParameterUseOut

Literal for code: OperationParameterUseOut

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

LiteralOut

Literal for code: Out

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

Out

This is an output parameter.

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

Values

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