Show / Hide Table of Contents

Class OperationDefinitionParameterUseCodes

Code Values for the OperationDefinition.parameter.use field

Inheritance
System.Object
OperationDefinitionParameterUseCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class OperationDefinitionParameterUseCodes : object

Fields

| Improve this Doc View Source

VAL_IN

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

VAL_OUT

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

Values

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