Uses of Class
org.hl7.fhir.r5.model.Dosage
Packages that use Dosage
-
Uses of Dosage in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.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.composeDosageProperties(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.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DosageModifier and TypeFieldDescriptionActivityDefinition.dosageProvides detailed dosage instructions in the same way that they are described for MedicationRequest resources.MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.dosageDosage for the medication for the specific guidelines.MedicationUsage.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.MedicationRequestDoseComponent.dosageInstructionSpecific instructions for how the medication is to be used by the patient.Methods in org.hl7.fhir.r5.model that return DosageModifier and TypeMethodDescriptionDosage.addAdditionalInstruction(CodeableConcept t)ActivityDefinition.addDosage()MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.addDosage()MedicationUsage.addDosage()MedicationDispense.addDosageInstruction()MedicationRequest.MedicationRequestDoseComponent.addDosageInstruction()Dosage.addDoseAndRate(Dosage.DosageDoseAndRateComponent t)static DosageTypeConvertor.castToDosage(Base b)Dosage.copy()ElementDefinition.getDefaultValueDosage()ActivityDefinition.getDosageFirstRep()MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.getDosageFirstRep()MedicationUsage.getDosageFirstRep()MedicationDispense.getDosageInstructionFirstRep()MedicationRequest.MedicationRequestDoseComponent.getDosageInstructionFirstRep()ElementDefinition.getFixedDosage()ElementDefinition.getPatternDosage()ElementDefinition.ElementDefinitionExampleComponent.getValueDosage()Extension.getValueDosage()Parameters.ParametersParameterComponent.getValueDosage()Task.ParameterComponent.getValueDosage()Task.TaskOutputComponent.getValueDosage()Dosage.setAdditionalInstruction(List<CodeableConcept> theAdditionalInstruction)Dosage.setAsNeeded(DataType 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 DosageDosage.typedCopy()Methods in org.hl7.fhir.r5.model that return types with arguments of type DosageModifier and TypeMethodDescriptionActivityDefinition.getDosage()MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.getDosage()MedicationUsage.getDosage()MedicationDispense.getDosageInstruction()MedicationRequest.MedicationRequestDoseComponent.getDosageInstruction()Methods in org.hl7.fhir.r5.model with parameters of type DosageModifier and TypeMethodDescriptionMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.addDosage(Dosage t)MedicationDispense.addDosageInstruction(Dosage t)MedicationRequest.MedicationRequestDoseComponent.addDosageInstruction(Dosage t)voidDosage.copyValues(Dosage dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type DosageModifier and TypeMethodDescriptionMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.setDosage(List<Dosage> theDosage)MedicationDispense.setDosageInstruction(List<Dosage> theDosageInstruction)MedicationRequest.MedicationRequestDoseComponent.setDosageInstruction(List<Dosage> theDosageInstruction)Constructors in org.hl7.fhir.r5.model with parameters of type DosageModifierConstructorDescriptionMedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent(CodeableConcept type, Dosage dosage)Constructor