Uses of Class
org.hl7.fhir.r4b.model.Ratio
-
Packages that use Ratio Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Ratio in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Ratio Modifier and Type Method Description protected RatioJsonParser. parseRatio(com.google.gson.JsonObject json)protected RatioXmlParser. parseRatio(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type Ratio Modifier and Type Method Description protected voidJsonParser. composeRatio(String name, Ratio element)protected voidRdfParser. composeRatio(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Ratio element, int index)protected voidXmlParser. composeRatio(String name, Ratio element)protected voidXmlParser. composeRatioElements(Ratio element)protected voidJsonParser. composeRatioProperties(Ratio element)protected booleanXmlParser. parseRatioContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Ratio res)protected voidJsonParser. parseRatioProperties(com.google.gson.JsonObject json, Ratio res) -
Uses of Ratio in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model declared as Ratio Modifier and Type Field Description protected RatioMedication. amountSpecific amount of the drug in the packaged product.protected RatioSubstanceDefinition.SubstanceDefinitionRelationshipComponent. amountRatioHighLimitFor use when the numeric has an uncertain range.protected RatioDosage. maxDosePerPeriodUpper limit on medication per unit of time.protected RatioAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent. maxDosePerTreatmentPeriodThe maximum dose per treatment period that can be administered.protected RatioSubstance.SubstanceIngredientComponent. quantityThe amount of the ingredient in the substance - a concentration ratio.protected RatioMedication.MedicationIngredientComponent. strengthSpecifies how many (or how much) of the items there are in this Medication.protected RatioMedicationKnowledge.MedicationKnowledgeIngredientComponent. strengthSpecifies how many (or how much) of the items there are in this Medication.Fields in org.hl7.fhir.r4b.model with type parameters of type Ratio Modifier and Type Field Description protected List<Ratio>NutritionProduct.NutritionProductIngredientComponent. amountThe amount of ingredient that is in the product.protected List<Ratio>NutritionProduct.NutritionProductNutrientComponent. amountThe amount of nutrient expressed in one or more units: X per pack / per serving / per dose.Methods in org.hl7.fhir.r4b.model that return Ratio Modifier and Type Method Description RatioNutritionProduct.NutritionProductIngredientComponent. addAmount()RatioNutritionProduct.NutritionProductNutrientComponent. addAmount()static RatioTypeConvertor. castToRatio(Base b)RatioRatio. copy()RatioMedication. getAmount()RatioNutritionProduct.NutritionProductIngredientComponent. getAmountFirstRep()RatioNutritionProduct.NutritionProductNutrientComponent. getAmountFirstRep()RatioSubstanceDefinition.SubstanceDefinitionRelationshipComponent. getAmountRatio()RatioSubstanceDefinition.SubstanceDefinitionRelationshipComponent. getAmountRatioHighLimit()RatioIngredient.IngredientSubstanceStrengthComponent. getConcentrationRatio()RatioElementDefinition. getDefaultValueRatio()RatioStructureMap.StructureMapGroupRuleSourceComponent. getDefaultValueRatio()RatioGoal.GoalTargetComponent. getDetailRatio()RatioElementDefinition. getFixedRatio()RatioDosage. getMaxDosePerPeriod()RatioAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent. getMaxDosePerTreatmentPeriod()RatioElementDefinition. getPatternRatio()RatioIngredient.IngredientSubstanceStrengthComponent. getPresentationRatio()RatioSubstance.SubstanceIngredientComponent. getQuantity()RatioServiceRequest. getQuantityRatio()RatioDosage.DosageDoseAndRateComponent. getRateRatio()RatioMedicationAdministration.MedicationAdministrationDosageComponent. getRateRatio()RatioNutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent. getRateRatio()RatioMedication.MedicationIngredientComponent. getStrength()RatioMedicationKnowledge.MedicationKnowledgeIngredientComponent. getStrength()RatioIngredient.IngredientSubstanceStrengthReferenceStrengthComponent. getStrengthRatio()RatioElementDefinition.ElementDefinitionExampleComponent. getValueRatio()RatioExtension. getValueRatio()RatioObservation. getValueRatio()RatioObservation.ObservationComponentComponent. getValueRatio()RatioParameters.ParametersParameterComponent. getValueRatio()RatioTask.ParameterComponent. getValueRatio()RatioTask.TaskOutputComponent. getValueRatio()RatioRatio. setDenominator(Quantity value)RatioRatio. setNumerator(Quantity value)protected RatioRatio. typedCopy()Methods in org.hl7.fhir.r4b.model that return types with arguments of type Ratio Modifier and Type Method Description List<Ratio>NutritionProduct.NutritionProductIngredientComponent. getAmount()List<Ratio>NutritionProduct.NutritionProductNutrientComponent. getAmount()Method parameters in org.hl7.fhir.r4b.model with type arguments of type Ratio Modifier and Type Method Description NutritionProduct.NutritionProductIngredientComponentNutritionProduct.NutritionProductIngredientComponent. setAmount(List<Ratio> theAmount)NutritionProduct.NutritionProductNutrientComponentNutritionProduct.NutritionProductNutrientComponent. setAmount(List<Ratio> theAmount)
-