| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Quantity.QuantityComparator> |
Quantity.comparator
How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static Quantity.QuantityComparator |
Quantity.QuantityComparator.fromCode(String codeString) |
Quantity.QuantityComparator |
Quantity.QuantityComparatorEnumFactory.fromCode(String codeString) |
Quantity.QuantityComparator |
Quantity.getComparator() |
static Quantity.QuantityComparator |
Quantity.QuantityComparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Quantity.QuantityComparator[] |
Quantity.QuantityComparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Quantity.QuantityComparator> |
Quantity.QuantityComparatorEnumFactory.fromType(Base code) |
Enumeration<Quantity.QuantityComparator> |
Quantity.getComparatorElement() |
| Modifier and Type | Method and Description |
|---|---|
Quantity |
Quantity.setComparator(Quantity.QuantityComparator value) |
String |
Quantity.QuantityComparatorEnumFactory.toCode(Quantity.QuantityComparator code) |
String |
Quantity.QuantityComparatorEnumFactory.toSystem(Quantity.QuantityComparator code) |
| Modifier and Type | Method and Description |
|---|---|
Quantity |
Quantity.setComparatorElement(Enumeration<Quantity.QuantityComparator> value) |
| Constructor and Description |
|---|
Quantity(Quantity.QuantityComparator theComparator,
double theValue,
String theSystem,
String theCode,
String theUnit)
Convenience constructor
|
Quantity(Quantity.QuantityComparator theComparator,
long theValue,
String theSystem,
String theCode,
String theUnit)
Convenience constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.