Show / Hide Table of Contents

Class OperationDefinitionKindCodes

Code Values for the OperationDefinition.kind field

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

Fields

| Improve this Doc View Source

OPERATION

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

QUERY

Declaration
public const string QUERY = 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