Show / Hide Table of Contents

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 Source

GreaterOrEqualTo

The actual value is greater than or equal to the given value.

Declaration
public static readonly Coding GreaterOrEqualTo
Field Value
Type Description
Coding
| Improve this Doc View Source

GreaterThan

The actual value is greater than the given value.

Declaration
public static readonly Coding GreaterThan
Field Value
Type Description
Coding
| Improve this Doc View Source

LessOrEqualTo

The actual value is less than or equal to the given value.

Declaration
public static readonly Coding LessOrEqualTo
Field Value
Type Description
Coding
| Improve this Doc View Source

LessThan

The actual value is less than the given value.

Declaration
public static readonly Coding LessThan
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralGreaterOrEqualTo

Literal for code: GreaterOrEqualTo

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

LiteralGreaterThan

Literal for code: GreaterThan

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

LiteralLessOrEqualTo

Literal for code: LessOrEqualTo

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

LiteralLessThan

Literal for code: LessThan

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

LiteralQuantityComparatorGreaterOrEqualTo

Literal for code: QuantityComparatorGreaterOrEqualTo

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

LiteralQuantityComparatorGreaterThan

Literal for code: QuantityComparatorGreaterThan

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

LiteralQuantityComparatorLessOrEqualTo

Literal for code: QuantityComparatorLessOrEqualTo

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

LiteralQuantityComparatorLessThan

Literal for code: QuantityComparatorLessThan

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

Values

Dictionary for looking up QuantityComparator Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX