Uses of Class
org.hl7.fhir.r5.model.Ratio
-
Packages that use Ratio Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Ratio in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.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.r5.model
Fields in org.hl7.fhir.r5.model declared as Ratio Modifier and Type Field Description 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. totalVolumeWhen the specified product code does not infer a package size, this is the specific amount of drug in the product.Fields in org.hl7.fhir.r5.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.r5.model that return Ratio Modifier and Type Method Description RatioNutritionProduct.NutritionProductIngredientComponent. addAmount()RatioNutritionProduct.NutritionProductNutrientComponent. addAmount()static RatioTypeConvertor. castToRatio(Base b)RatioRatio. copy()RatioNutritionProduct.NutritionProductIngredientComponent. getAmountFirstRep()RatioNutritionProduct.NutritionProductNutrientComponent. getAmountFirstRep()RatioSubstanceDefinition.SubstanceDefinitionRelationshipComponent. getAmountRatio()RatioSubstanceDefinition.SubstanceDefinitionRelationshipComponent. getAmountRatioHighLimit()RatioIngredient.IngredientSubstanceStrengthComponent. getConcentrationRatio()RatioElementDefinition. getDefaultValueRatio()RatioGoal.GoalTargetComponent. getDetailRatio()RatioPlanDefinition.PlanDefinitionGoalTargetComponent. 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()RatioIngredient.IngredientSubstanceStrengthReferenceStrengthComponent. getStrengthRatio()RatioMedication.MedicationIngredientComponent. getStrengthRatio()RatioMedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent. getStrengthRatio()RatioMedication. getTotalVolume()RatioAuditEvent.AuditEventEntityDetailComponent. getValueRatio()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.r5.model that return types with arguments of type Ratio Modifier and Type Method Description List<Ratio>NutritionProduct.NutritionProductIngredientComponent. getAmount()List<Ratio>NutritionProduct.NutritionProductNutrientComponent. getAmount()Methods in org.hl7.fhir.r5.model with parameters of type Ratio Modifier and Type Method Description NutritionProduct.NutritionProductIngredientComponentNutritionProduct.NutritionProductIngredientComponent. addAmount(Ratio t)NutritionProduct.NutritionProductNutrientComponentNutritionProduct.NutritionProductNutrientComponent. addAmount(Ratio t)voidRatio. copyValues(Ratio dst)SubstanceDefinition.SubstanceDefinitionRelationshipComponentSubstanceDefinition.SubstanceDefinitionRelationshipComponent. setAmountRatioHighLimit(Ratio value)DosageDosage. setMaxDosePerPeriod(Ratio value)AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponentAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent. setMaxDosePerTreatmentPeriod(Ratio value)Substance.SubstanceIngredientComponentSubstance.SubstanceIngredientComponent. setQuantity(Ratio value)MedicationMedication. setTotalVolume(Ratio value)Method parameters in org.hl7.fhir.r5.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)
-