static ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.builder() |
|
ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.Builder.conversionFactor(Decimal conversionFactor) |
Factor for converting value expressed with SI unit to value expressed with customary unit.
|
ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.Builder.customaryUnit(CodeableConcept customaryUnit) |
Customary unit used to report quantitative results of observations conforming to this ObservationDefinition.
|
ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.Builder.decimalPrecision(Integer decimalPrecision) |
Number of digits after decimal separator when the results of such observations are of type Quantity.
|
ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.Builder.decimalPrecision(Integer decimalPrecision) |
Convenience method for setting decimalPrecision .
|
ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.Builder.from(ObservationDefinition.QuantitativeDetails quantitativeDetails) |
|
ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.toBuilder() |
|
ObservationDefinition.QuantitativeDetails.Builder |
ObservationDefinition.QuantitativeDetails.Builder.unit(CodeableConcept unit) |
SI unit used to report quantitative results of observations conforming to this ObservationDefinition.
|