
Uses of Class
org.hl7.fhir.r5.model.Ratio
Packages that use Ratio
-
Uses of Ratio in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RatioModifier and TypeMethodDescriptionprotected 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 RatioModifier and TypeMethodDescriptionprotected 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 RatioModifier and TypeFieldDescriptionprotected RatioAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.maxDosePerTreatmentPeriodThe maximum dose per treatment period that can be administered.protected RatioInventoryItem.InventoryItemAssociationComponent.quantityThe quantity of the related product in this product - Numerator is the quantity of the related product.protected RatioSubstance.SubstanceIngredientComponent.quantityThe amount of the ingredient in the substance - a concentration ratio.protected RatioSubstanceDefinition.SubstanceDefinitionRelationshipComponent.ratioHighLimitAmountFor use when the numeric has an uncertain range.Fields in org.hl7.fhir.r5.model with type parameters of type RatioModifier and TypeFieldDescriptionNutritionProduct.NutritionProductIngredientComponent.amountThe amount of ingredient that is in the product.NutritionProduct.NutritionProductNutrientComponent.amountThe amount of nutrient expressed in one or more units: X per pack / per serving / per dose.Dosage.maxDosePerPeriodUpper limit on medication per unit of time.Methods in org.hl7.fhir.r5.model that return RatioModifier and TypeMethodDescriptionNutritionProduct.NutritionProductIngredientComponent.addAmount()NutritionProduct.NutritionProductNutrientComponent.addAmount()Dosage.addMaxDosePerPeriod()static RatioTypeConvertor.castToRatio(Base b) Ratio.copy()NutritionProduct.NutritionProductIngredientComponent.getAmountFirstRep()NutritionProduct.NutritionProductNutrientComponent.getAmountFirstRep()SubstanceDefinition.SubstanceDefinitionRelationshipComponent.getAmountRatio()Ingredient.IngredientSubstanceStrengthComponent.getConcentrationRatio()ElementDefinition.getDefaultValueRatio()Goal.GoalTargetComponent.getDetailRatio()PlanDefinition.PlanDefinitionGoalTargetComponent.getDetailRatio()ElementDefinition.getFixedRatio()Dosage.getMaxDosePerPeriodFirstRep()AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.getMaxDosePerTreatmentPeriod()ElementDefinition.getPatternRatio()Ingredient.IngredientSubstanceStrengthComponent.getPresentationRatio()InventoryItem.InventoryItemAssociationComponent.getQuantity()Substance.SubstanceIngredientComponent.getQuantity()ServiceRequest.getQuantityRatio()Dosage.DosageDoseAndRateComponent.getRateRatio()MedicationAdministration.MedicationAdministrationDosageComponent.getRateRatio()NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.getRateRatio()SubstanceDefinition.SubstanceDefinitionRelationshipComponent.getRatioHighLimitAmount()Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.getStrengthRatio()Medication.MedicationIngredientComponent.getStrengthRatio()MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.getStrengthRatio()AuditEvent.AuditEventEntityDetailComponent.getValueRatio()BiologicallyDerivedProduct.BiologicallyDerivedProductPropertyComponent.getValueRatio()ElementDefinition.ElementDefinitionExampleComponent.getValueRatio()Extension.getValueRatio()InventoryItem.InventoryItemCharacteristicComponent.getValueRatio()Observation.getValueRatio()Observation.ObservationComponentComponent.getValueRatio()Parameters.ParametersParameterComponent.getValueRatio()ServiceRequest.ServiceRequestOrderDetailParameterComponent.getValueRatio()Task.TaskInputComponent.getValueRatio()Task.TaskOutputComponent.getValueRatio()Transport.ParameterComponent.getValueRatio()Transport.TransportOutputComponent.getValueRatio()Ratio.setDenominator(Quantity value) Ratio.setNumerator(Quantity value) protected RatioRatio.typedCopy()Methods in org.hl7.fhir.r5.model that return types with arguments of type RatioModifier and TypeMethodDescriptionNutritionProduct.NutritionProductIngredientComponent.getAmount()NutritionProduct.NutritionProductNutrientComponent.getAmount()Dosage.getMaxDosePerPeriod()Methods in org.hl7.fhir.r5.model with parameters of type RatioModifier and TypeMethodDescriptionDosage.addMaxDosePerPeriod(Ratio t) voidRatio.copyValues(Ratio dst) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.setMaxDosePerTreatmentPeriod(Ratio value) InventoryItem.InventoryItemAssociationComponent.setQuantity(Ratio value) Substance.SubstanceIngredientComponent.setQuantity(Ratio value) SubstanceDefinition.SubstanceDefinitionRelationshipComponent.setRatioHighLimitAmount(Ratio value) Method parameters in org.hl7.fhir.r5.model with type arguments of type RatioConstructors in org.hl7.fhir.r5.model with parameters of type RatioModifierConstructorDescriptionInventoryItemAssociationComponent(CodeableConcept associationType, Reference relatedItem, Ratio quantity) Constructor