| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.model |
| Modifier and Type | Class and Description |
|---|---|
class |
Age
A measured amount (or an amount that can potentially be measured).
|
class |
Count
A measured amount (or an amount that can potentially be measured).
|
class |
Distance
A measured amount (or an amount that can potentially be measured).
|
class |
Duration
A measured amount (or an amount that can potentially be measured).
|
class |
Money
A measured amount (or an amount that can potentially be measured).
|
class |
SimpleQuantity
A measured amount (or an amount that can potentially be measured).
|
| Modifier and Type | Field and Description |
|---|---|
protected Quantity |
Ratio.denominator
The value of the denominator.
|
protected Quantity |
Ratio.numerator
The value of the numerator.
|
protected Quantity |
Sequence.quantity
Quantity of the sequence.
|
protected Quantity |
Sequence.SequenceQualityComponent.score
Quality score.
|
| Modifier and Type | Method and Description |
|---|---|
Quantity |
Base.castToQuantity(Base b) |
Quantity |
Quantity.copy() |
Quantity |
Questionnaire.QuestionnaireItemEnableWhenComponent.getAnswerQuantity() |
Quantity |
Ratio.getDenominator() |
Quantity |
Questionnaire.QuestionnaireItemComponent.getInitialQuantity() |
Quantity |
Ratio.getNumerator() |
Quantity |
Sequence.getQuantity() |
Quantity |
Sequence.SequenceQualityComponent.getScore() |
Quantity |
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.getValueQuantity() |
Quantity |
Observation.getValueQuantity() |
Quantity |
Observation.ObservationComponentComponent.getValueQuantity() |
Quantity |
Group.GroupCharacteristicComponent.getValueQuantity() |
Quantity |
Quantity.setCode(String value) |
Quantity |
Quantity.setCodeElement(CodeType value) |
Quantity |
Quantity.setComparator(Quantity.QuantityComparator value) |
Quantity |
Quantity.setComparatorElement(Enumeration<Quantity.QuantityComparator> value) |
Quantity |
Quantity.setSystem(String value) |
Quantity |
Quantity.setSystemElement(UriType value) |
Quantity |
Quantity.setUnit(String value) |
Quantity |
Quantity.setUnitElement(StringType value) |
Quantity |
Quantity.setValue(BigDecimal value) |
Quantity |
Quantity.setValue(double value) |
Quantity |
Quantity.setValue(long value) |
Quantity |
Quantity.setValueElement(DecimalType value) |
protected Quantity |
Quantity.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
Ratio |
Ratio.setDenominator(Quantity value) |
Ratio |
Ratio.setNumerator(Quantity value) |
Sequence |
Sequence.setQuantity(Quantity value) |
Sequence.SequenceQualityComponent |
Sequence.SequenceQualityComponent.setScore(Quantity value) |
Copyright © 2014–2018 University Health Network. All rights reserved.