Uses of Class
org.hl7.fhir.r4b.model.RatioRange
-
Packages that use RatioRange Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of RatioRange in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return RatioRange Modifier and Type Method Description protected RatioRangeJsonParser. parseRatioRange(com.google.gson.JsonObject json)protected RatioRangeXmlParser. parseRatioRange(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type RatioRange Modifier and Type Method Description protected voidJsonParser. composeRatioRange(String name, RatioRange element)protected voidRdfParser. composeRatioRange(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RatioRange element, int index)protected voidXmlParser. composeRatioRange(String name, RatioRange element)protected voidXmlParser. composeRatioRangeElements(RatioRange element)protected voidJsonParser. composeRatioRangeProperties(RatioRange element)protected booleanXmlParser. parseRatioRangeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RatioRange res)protected voidJsonParser. parseRatioRangeProperties(com.google.gson.JsonObject json, RatioRange res) -
Uses of RatioRange in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model that return RatioRange Modifier and Type Method Description RatioRangeRatioRange. copy()RatioRangeIngredient.IngredientSubstanceStrengthComponent. getConcentrationRatioRange()RatioRangeElementDefinition. getDefaultValueRatioRange()RatioRangeElementDefinition. getFixedRatioRange()RatioRangeElementDefinition. getPatternRatioRange()RatioRangeIngredient.IngredientSubstanceStrengthComponent. getPresentationRatioRange()RatioRangeIngredient.IngredientSubstanceStrengthReferenceStrengthComponent. getStrengthRatioRange()RatioRangeElementDefinition.ElementDefinitionExampleComponent. getValueRatioRange()RatioRangeExtension. getValueRatioRange()RatioRangeRatioRange. setDenominator(Quantity value)RatioRangeRatioRange. setHighNumerator(Quantity value)RatioRangeRatioRange. setLowNumerator(Quantity value)protected RatioRangeRatioRange. typedCopy()Methods in org.hl7.fhir.r4b.model with parameters of type RatioRange Modifier and Type Method Description voidRatioRange. copyValues(RatioRange dst)
-