
Uses of Class
org.hl7.fhir.dstu3.model.Dosage
Packages that use Dosage
- 
Uses of Dosage in org.hl7.fhir.dstu3.formatsMethods in org.hl7.fhir.dstu3.formats that return DosageModifier and TypeMethodDescriptionprotected DosageJsonParser.parseDosage(com.google.gson.JsonObject json) protected DosageXmlParser.parseDosage(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type DosageModifier and TypeMethodDescriptionprotected voidJsonParser.composeDosage(String name, Dosage element) protected voidRdfParser.composeDosage(org.hl7.fhir.utilities.turtle.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 voidJsonParser.parseDosageProperties(com.google.gson.JsonObject json, Dosage res) 
- 
Uses of Dosage in org.hl7.fhir.dstu3.modelFields in org.hl7.fhir.dstu3.model with type parameters of type DosageModifier and TypeFieldDescriptionActivityDefinition.dosageProvides detailed dosage instructions in the same way that they are described for MedicationRequest resources.MedicationStatement.dosageIndicates how the medication is/was or should be taken by the patient.MedicationDispense.dosageInstructionIndicates how the medication is to be used by the patient.MedicationRequest.dosageInstructionIndicates how the medication is to be used by the patient.Methods in org.hl7.fhir.dstu3.model that return DosageModifier and TypeMethodDescriptionDosage.addAdditionalInstruction(CodeableConcept t) ActivityDefinition.addDosage()MedicationStatement.addDosage()MedicationDispense.addDosageInstruction()MedicationRequest.addDosageInstruction()Base.castToDosage(Base b) Dosage.copy()ActivityDefinition.getDosageFirstRep()MedicationStatement.getDosageFirstRep()MedicationDispense.getDosageInstructionFirstRep()MedicationRequest.getDosageInstructionFirstRep()Dosage.setAdditionalInstruction(List<CodeableConcept> theAdditionalInstruction) Dosage.setAsNeeded(Type value) Dosage.setMaxDosePerAdministration(SimpleQuantity value) Dosage.setMaxDosePerLifetime(SimpleQuantity 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 DosageDosage.typedCopy()Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DosageModifier and TypeMethodDescriptionActivityDefinition.getDosage()MedicationStatement.getDosage()MedicationDispense.getDosageInstruction()MedicationRequest.getDosageInstruction()Methods in org.hl7.fhir.dstu3.model with parameters of type DosageModifier and TypeMethodDescriptionMedicationDispense.addDosageInstruction(Dosage t) MedicationRequest.addDosageInstruction(Dosage t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type DosageModifier and TypeMethodDescriptionMedicationDispense.setDosageInstruction(List<Dosage> theDosageInstruction) MedicationRequest.setDosageInstruction(List<Dosage> theDosageInstruction)