Uses of Class
org.hl7.fhir.r5.model.Dosage
-
Packages that use Dosage Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Dosage in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type Dosage Modifier and Type Method Description protected 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 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.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent. dosageDosage for the medication for the specific guidelines.protected List<Dosage>MedicationUsage. 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.MedicationRequestDoseComponent. dosageInstructionSpecific instructions for how the medication is to be used by the patient.Methods in org.hl7.fhir.r5.model that return Dosage Modifier and Type Method Description DosageDosage. addAdditionalInstruction(CodeableConcept t)DosageActivityDefinition. addDosage()DosageMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent. addDosage()DosageMedicationUsage. addDosage()DosageMedicationDispense. addDosageInstruction()DosageMedicationRequest.MedicationRequestDoseComponent. addDosageInstruction()DosageDosage. addDoseAndRate(Dosage.DosageDoseAndRateComponent t)static DosageTypeConvertor. castToDosage(Base b)DosageDosage. copy()DosageElementDefinition. getDefaultValueDosage()DosageActivityDefinition. getDosageFirstRep()DosageMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent. getDosageFirstRep()DosageMedicationUsage. getDosageFirstRep()DosageMedicationDispense. getDosageInstructionFirstRep()DosageMedicationRequest.MedicationRequestDoseComponent. getDosageInstructionFirstRep()DosageElementDefinition. getFixedDosage()DosageElementDefinition. getPatternDosage()DosageElementDefinition.ElementDefinitionExampleComponent. getValueDosage()DosageExtension. getValueDosage()DosageParameters.ParametersParameterComponent. getValueDosage()DosageTask.ParameterComponent. getValueDosage()DosageTask.TaskOutputComponent. getValueDosage()DosageDosage. setAdditionalInstruction(List<CodeableConcept> theAdditionalInstruction)DosageDosage. setAsNeeded(DataType value)DosageDosage. setDoseAndRate(List<Dosage.DosageDoseAndRateComponent> theDoseAndRate)DosageDosage. setMaxDosePerAdministration(Quantity value)DosageDosage. setMaxDosePerLifetime(Quantity value)DosageDosage. setMaxDosePerPeriod(Ratio value)DosageDosage. setMethod(CodeableConcept value)DosageDosage. setPatientInstruction(String value)DosageDosage. setPatientInstructionElement(StringType value)DosageDosage. setRoute(CodeableConcept value)DosageDosage. setSequence(int value)DosageDosage. setSequenceElement(IntegerType value)DosageDosage. setSite(CodeableConcept value)DosageDosage. setText(String value)DosageDosage. setTextElement(StringType value)DosageDosage. setTiming(Timing value)protected DosageDosage. typedCopy()Methods in org.hl7.fhir.r5.model that return types with arguments of type Dosage Modifier and Type Method Description List<Dosage>ActivityDefinition. getDosage()List<Dosage>MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent. getDosage()List<Dosage>MedicationUsage. getDosage()List<Dosage>MedicationDispense. getDosageInstruction()List<Dosage>MedicationRequest.MedicationRequestDoseComponent. getDosageInstruction()Methods in org.hl7.fhir.r5.model with parameters of type Dosage Modifier and Type Method Description ActivityDefinitionActivityDefinition. addDosage(Dosage t)MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponentMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent. addDosage(Dosage t)MedicationUsageMedicationUsage. addDosage(Dosage t)MedicationDispenseMedicationDispense. addDosageInstruction(Dosage t)MedicationRequest.MedicationRequestDoseComponentMedicationRequest.MedicationRequestDoseComponent. addDosageInstruction(Dosage t)voidDosage. copyValues(Dosage dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Dosage Modifier and Type Method Description ActivityDefinitionActivityDefinition. setDosage(List<Dosage> theDosage)MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponentMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent. setDosage(List<Dosage> theDosage)MedicationUsageMedicationUsage. setDosage(List<Dosage> theDosage)MedicationDispenseMedicationDispense. setDosageInstruction(List<Dosage> theDosageInstruction)MedicationRequest.MedicationRequestDoseComponentMedicationRequest.MedicationRequestDoseComponent. setDosageInstruction(List<Dosage> theDosageInstruction)Constructors in org.hl7.fhir.r5.model with parameters of type Dosage Constructor Description MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent(CodeableConcept type, Dosage dosage)Constructor
-