Uses of Class
org.hl7.fhir.r4.model.Dosage
-
Packages that use Dosage Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Dosage in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Dosage Modifier and Type Method Description protected DosageJsonParser. parseDosage(com.google.gson.JsonObject json)protected DosageXmlParser. parseDosage(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Dosage Modifier and Type Method Description protected voidJsonParser. composeDosage(String name, Dosage element)protected voidRdfParser. composeDosage(Turtle.Complex parent, String parentType, String name, Dosage element, int index)protected voidXmlParser. composeDosage(String name, Dosage element)protected voidXmlParser. composeDosageElements(Dosage element)protected voidJsonParser. composeDosageInner(Dosage element)protected booleanXmlParser. parseDosageContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Dosage res)protected Dosage.DosageDoseAndRateComponentJsonParser. parseDosageDosageDoseAndRateComponent(com.google.gson.JsonObject json, Dosage owner)protected Dosage.DosageDoseAndRateComponentXmlParser. parseDosageDosageDoseAndRateComponent(org.xmlpull.v1.XmlPullParser xpp, Dosage owner)protected booleanXmlParser. parseDosageDosageDoseAndRateComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Dosage owner, Dosage.DosageDoseAndRateComponent res)protected voidJsonParser. parseDosageDosageDoseAndRateComponentProperties(com.google.gson.JsonObject json, Dosage owner, Dosage.DosageDoseAndRateComponent res)protected voidJsonParser. 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 Dosage Modifier and Type Field Description protected List<Dosage>ActivityDefinition. dosageProvides detailed dosage instructions in the same way that they are described for MedicationRequest resources.protected List<Dosage>MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent. dosageDosage for the medication for the specific guidelines.protected List<Dosage>MedicationStatement. dosageIndicates how the medication is/was or should be taken by the patient.protected List<Dosage>MedicationDispense. dosageInstructionIndicates how the medication is to be used by the patient.protected List<Dosage>MedicationRequest. dosageInstructionIndicates how the medication is to be used by the patient.Methods in org.hl7.fhir.r4.model that return types with arguments of type Dosage Modifier and Type Method Description List<Dosage>ActivityDefinition. getDosage()List<Dosage>MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent. getDosage()List<Dosage>MedicationStatement. getDosage()List<Dosage>MedicationDispense. getDosageInstruction()List<Dosage>MedicationRequest. getDosageInstruction()Methods in org.hl7.fhir.r4.model with parameters of type Dosage Modifier and Type Method Description ActivityDefinitionActivityDefinition. addDosage(Dosage t)MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponentMedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent. addDosage(Dosage t)MedicationStatementMedicationStatement. addDosage(Dosage t)MedicationDispenseMedicationDispense. addDosageInstruction(Dosage t)MedicationRequestMedicationRequest. addDosageInstruction(Dosage t)voidDosage. copyValues(Dosage dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Dosage Modifier and Type Method Description ActivityDefinitionActivityDefinition. setDosage(List<Dosage> theDosage)MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponentMedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent. setDosage(List<Dosage> theDosage)MedicationStatementMedicationStatement. setDosage(List<Dosage> theDosage)MedicationDispenseMedicationDispense. setDosageInstruction(List<Dosage> theDosageInstruction)MedicationRequestMedicationRequest. setDosageInstruction(List<Dosage> theDosageInstruction)
-