Class ValueSetComposeIncludeFilterOpCodes
Code Values for the ValueSet.compose.include.filter.op field
Inheritance
System.Object
ValueSetComposeIncludeFilterOpCodes
Assembly: fhirCsR2.dll
Syntax
public static class ValueSetComposeIncludeFilterOpCodes : object
Fields
|
Improve this Doc
View Source
EQUALS
Declaration
public const string EQUALS = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IS_A
Declaration
public const string IS_A = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IS_NOT_A
Declaration
public const string IS_NOT_A = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NOT_IN
Declaration
public const string NOT_IN = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REGEX
Declaration
public const string REGEX = null
Field Value
Type |
Description |
System.String |
|
|
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
Values
Declaration
public static HashSet<string> Values
Field Value
Type |
Description |
HashSet<System.String> |
|