Class TestScriptSetupActionAssertOperatorCodes
Code Values for the TestScript.setup.action.assert.operator field
Inheritance
System.Object
TestScriptSetupActionAssertOperatorCodes
Assembly: fhirCsR2.dll
Syntax
public static class TestScriptSetupActionAssertOperatorCodes : object
Fields
|
Improve this Doc
View Source
CONTAINS
Declaration
public const string CONTAINS = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EMPTY
Declaration
public const string EMPTY = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EQUALS
Declaration
public const string EQUALS = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GREATERTHAN
Declaration
public const string GREATERTHAN = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LESSTHAN
Declaration
public const string LESSTHAN = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NOTCONTAINS
Declaration
public const string NOTCONTAINS = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NOTEMPTY
Declaration
public const string NOTEMPTY = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NOTEQUALS
Declaration
public const string NOTEQUALS = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NOTIN
Declaration
public const string NOTIN = 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> |
|