Class QuantityComparatorCodes
Code Values for the Quantity.comparator field
Inheritance
System.Object
QuantityComparatorCodes
Assembly: fhirCsR2.dll
Syntax
public static class QuantityComparatorCodes : object
Fields
|
Improve this Doc
View Source
GREATER_THAN
Declaration
public const string GREATER_THAN = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GREATER_THAN_OR_EQUALS
Declaration
public const string GREATER_THAN_OR_EQUALS = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LESS_THAN
Declaration
public const string LESS_THAN = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LESS_THAN_OR_EQUALS
Declaration
public const string LESS_THAN_OR_EQUALS = 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> |
|