Class QuantityComparatorCodes
How the Quantity should be understood and represented.
Inheritance
System.Object
QuantityComparatorCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class QuantityComparatorCodes : object
Fields
| Improve this Doc View SourceGreaterOrEqualTo
The actual value is greater than or equal to the given value.
Declaration
public static readonly Coding GreaterOrEqualTo
Field Value
Type | Description |
---|---|
Coding |
GreaterThan
The actual value is greater than the given value.
Declaration
public static readonly Coding GreaterThan
Field Value
Type | Description |
---|---|
Coding |
LessOrEqualTo
The actual value is less than or equal to the given value.
Declaration
public static readonly Coding LessOrEqualTo
Field Value
Type | Description |
---|---|
Coding |
LessThan
The actual value is less than the given value.
Declaration
public static readonly Coding LessThan
Field Value
Type | Description |
---|---|
Coding |
LiteralGreaterOrEqualTo
Literal for code: GreaterOrEqualTo
Declaration
public const string LiteralGreaterOrEqualTo = null
Field Value
Type | Description |
---|---|
System. |
LiteralGreaterThan
Literal for code: GreaterThan
Declaration
public const string LiteralGreaterThan = null
Field Value
Type | Description |
---|---|
System. |
LiteralLessOrEqualTo
Literal for code: LessOrEqualTo
Declaration
public const string LiteralLessOrEqualTo = null
Field Value
Type | Description |
---|---|
System. |
LiteralLessThan
Literal for code: LessThan
Declaration
public const string LiteralLessThan = null
Field Value
Type | Description |
---|---|
System. |
LiteralQuantityComparatorGreaterOrEqualTo
Literal for code: QuantityComparatorGreaterOrEqualTo
Declaration
public const string LiteralQuantityComparatorGreaterOrEqualTo = null
Field Value
Type | Description |
---|---|
System. |
LiteralQuantityComparatorGreaterThan
Literal for code: QuantityComparatorGreaterThan
Declaration
public const string LiteralQuantityComparatorGreaterThan = null
Field Value
Type | Description |
---|---|
System. |
LiteralQuantityComparatorLessOrEqualTo
Literal for code: QuantityComparatorLessOrEqualTo
Declaration
public const string LiteralQuantityComparatorLessOrEqualTo = null
Field Value
Type | Description |
---|---|
System. |
LiteralQuantityComparatorLessThan
Literal for code: QuantityComparatorLessThan
Declaration
public const string LiteralQuantityComparatorLessThan = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up QuantityComparator Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |