Uses of Class
com.ibm.fhir.model.type.Ratio.Builder
-
Packages that use Ratio.Builder Package Description com.ibm.fhir.model.type -
-
Uses of Ratio.Builder in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Ratio.Builder Modifier and Type Method Description static Ratio.BuilderRatio. builder()Ratio.BuilderRatio.Builder. denominator(Quantity denominator)The value of the denominator.Ratio.BuilderRatio.Builder. extension(Extension... extension)May be used to represent additional information that is not part of the basic definition of the element.Ratio.BuilderRatio.Builder. extension(Collection<Extension> extension)May be used to represent additional information that is not part of the basic definition of the element.protected Ratio.BuilderRatio.Builder. from(Ratio ratio)Ratio.BuilderRatio.Builder. id(String id)Unique id for the element within a resource (for internal references).Ratio.BuilderRatio.Builder. numerator(Quantity numerator)The value of the numerator.Ratio.BuilderRatio. toBuilder()
-