
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 Ratio
JsonParser.parseRatio
(com.google.gson.JsonObject json) protected Ratio
XmlParser.parseRatio
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type RatioModifier and TypeMethodDescriptionprotected void
JsonParser.composeRatio
(String name, Ratio element) protected void
RdfParser.composeRatio
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Ratio element, int index) protected void
XmlParser.composeRatio
(String name, Ratio element) protected void
XmlParser.composeRatioElements
(Ratio element) protected void
JsonParser.composeRatioProperties
(Ratio element) protected boolean
XmlParser.parseRatioContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Ratio res) protected void
JsonParser.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 Ratio
AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.maxDosePerTreatmentPeriod
The maximum dose per treatment period that can be administered.protected Ratio
InventoryItem.InventoryItemAssociationComponent.quantity
The quantity of the related product in this product - Numerator is the quantity of the related product.protected Ratio
Substance.SubstanceIngredientComponent.quantity
The amount of the ingredient in the substance - a concentration ratio.protected Ratio
SubstanceDefinition.SubstanceDefinitionRelationshipComponent.ratioHighLimitAmount
For use when the numeric has an uncertain range.Fields in org.hl7.fhir.r5.model with type parameters of type RatioModifier and TypeFieldDescriptionNutritionProduct.NutritionProductIngredientComponent.amount
The amount of ingredient that is in the product.NutritionProduct.NutritionProductNutrientComponent.amount
The amount of nutrient expressed in one or more units: X per pack / per serving / per dose.Dosage.maxDosePerPeriod
Upper 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 Ratio
TypeConvertor.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 Ratio
Ratio.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) void
Ratio.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