![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Dosage
Packages that use Dosage
-
Uses of Dosage in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DosageModifier and TypeMethodDescriptionprotected Dosage
JsonParser.parseDosage
(com.google.gson.JsonObject json) protected Dosage
XmlParser.parseDosage
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type DosageModifier and TypeMethodDescriptionprotected void
JsonParser.composeDosage
(String name, Dosage element) protected void
RdfParser.composeDosage
(Turtle.Complex parent, String parentType, String name, Dosage element, int index) protected void
XmlParser.composeDosage
(String name, Dosage element) protected void
XmlParser.composeDosageElements
(Dosage element) protected void
JsonParser.composeDosageInner
(Dosage element) protected boolean
XmlParser.parseDosageContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Dosage res) protected Dosage.DosageDoseAndRateComponent
JsonParser.parseDosageDosageDoseAndRateComponent
(com.google.gson.JsonObject json, Dosage owner) protected Dosage.DosageDoseAndRateComponent
XmlParser.parseDosageDosageDoseAndRateComponent
(org.xmlpull.v1.XmlPullParser xpp, Dosage owner) protected boolean
XmlParser.parseDosageDosageDoseAndRateComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Dosage owner, Dosage.DosageDoseAndRateComponent res) protected void
JsonParser.parseDosageDosageDoseAndRateComponentProperties
(com.google.gson.JsonObject json, Dosage owner, Dosage.DosageDoseAndRateComponent res) protected void
JsonParser.parseDosageProperties
(com.google.gson.JsonObject json, Dosage res) -
Uses of Dosage in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DosageModifier and TypeFieldDescriptionActivityDefinition.dosage
Provides detailed dosage instructions in the same way that they are described for MedicationRequest resources.MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.dosage
Dosage for the medication for the specific guidelines.MedicationStatement.dosage
Indicates how the medication is/was or should be taken by the patient.MedicationDispense.dosageInstruction
Indicates how the medication is to be used by the patient.MedicationRequest.dosageInstruction
Indicates how the medication is to be used by the patient.Methods in org.hl7.fhir.r4.model that return DosageModifier and TypeMethodDescriptionDosage.addAdditionalInstruction
(CodeableConcept t) ActivityDefinition.addDosage()
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.addDosage()
MedicationStatement.addDosage()
MedicationDispense.addDosageInstruction()
MedicationRequest.addDosageInstruction()
Base.castToDosage
(Base b) Dosage.copy()
ActivityDefinition.getDosageFirstRep()
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.getDosageFirstRep()
MedicationStatement.getDosageFirstRep()
MedicationDispense.getDosageInstructionFirstRep()
MedicationRequest.getDosageInstructionFirstRep()
Dosage.setAdditionalInstruction
(List<CodeableConcept> theAdditionalInstruction) Dosage.setAsNeeded
(Type value) Dosage.setDoseAndRate
(List<Dosage.DosageDoseAndRateComponent> theDoseAndRate) Dosage.setMaxDosePerAdministration
(Quantity value) Dosage.setMaxDosePerLifetime
(Quantity value) Dosage.setMaxDosePerPeriod
(Ratio value) Dosage.setMethod
(CodeableConcept value) Dosage.setPatientInstruction
(String value) Dosage.setPatientInstructionElement
(StringType value) Dosage.setRoute
(CodeableConcept value) Dosage.setSequence
(int value) Dosage.setSequenceElement
(IntegerType value) Dosage.setSite
(CodeableConcept value) Dosage.setTextElement
(StringType value) protected Dosage
Dosage.typedCopy()
Methods in org.hl7.fhir.r4.model that return types with arguments of type DosageModifier and TypeMethodDescriptionActivityDefinition.getDosage()
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.getDosage()
MedicationStatement.getDosage()
MedicationDispense.getDosageInstruction()
MedicationRequest.getDosageInstruction()
Methods in org.hl7.fhir.r4.model with parameters of type DosageModifier and TypeMethodDescriptionMedicationDispense.addDosageInstruction
(Dosage t) MedicationRequest.addDosageInstruction
(Dosage t) void
Dosage.copyValues
(Dosage dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type DosageModifier and TypeMethodDescriptionMedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.setDosage
(List<Dosage> theDosage) MedicationDispense.setDosageInstruction
(List<Dosage> theDosageInstruction) MedicationRequest.setDosageInstruction
(List<Dosage> theDosageInstruction)