Show / Hide Table of Contents

Class QuantityComparatorCodes

Code Values for the Quantity.comparator field

Inheritance
System.Object
QuantityComparatorCodes
Namespace: fhirCsR2.Models
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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX