Uses of Class
com.ibm.fhir.model.type.Dosage
-
Packages that use Dosage Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Dosage in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return types with arguments of type Dosage Modifier and Type Method Description List<Dosage>ActivityDefinition. getDosage()Provides detailed dosage instructions in the same way that they are described for MedicationRequest resources.List<Dosage>MedicationKnowledge.AdministrationGuidelines.Dosage. getDosage()Dosage for the medication for the specific guidelines.List<Dosage>MedicationStatement. getDosage()Indicates how the medication is/was or should be taken by the patient.List<Dosage>MedicationDispense. getDosageInstruction()Indicates how the medication is to be used by the patient.List<Dosage>MedicationRequest. getDosageInstruction()Indicates how the medication is to be used by the patient.Methods in com.ibm.fhir.model.resource with parameters of type Dosage Modifier and Type Method Description ActivityDefinition.BuilderActivityDefinition.Builder. dosage(Dosage... dosage)Provides detailed dosage instructions in the same way that they are described for MedicationRequest resources.MedicationKnowledge.AdministrationGuidelines.Dosage.BuilderMedicationKnowledge.AdministrationGuidelines.Dosage.Builder. dosage(Dosage... dosage)Dosage for the medication for the specific guidelines.MedicationStatement.BuilderMedicationStatement.Builder. dosage(Dosage... dosage)Indicates how the medication is/was or should be taken by the patient.MedicationDispense.BuilderMedicationDispense.Builder. dosageInstruction(Dosage... dosageInstruction)Indicates how the medication is to be used by the patient.MedicationRequest.BuilderMedicationRequest.Builder. dosageInstruction(Dosage... dosageInstruction)Indicates how the medication is to be used by the patient.Method parameters in com.ibm.fhir.model.resource with type arguments of type Dosage Modifier and Type Method Description ActivityDefinition.BuilderActivityDefinition.Builder. dosage(Collection<Dosage> dosage)Provides detailed dosage instructions in the same way that they are described for MedicationRequest resources.MedicationKnowledge.AdministrationGuidelines.Dosage.BuilderMedicationKnowledge.AdministrationGuidelines.Dosage.Builder. dosage(Collection<Dosage> dosage)Dosage for the medication for the specific guidelines.MedicationStatement.BuilderMedicationStatement.Builder. dosage(Collection<Dosage> dosage)Indicates how the medication is/was or should be taken by the patient.MedicationDispense.BuilderMedicationDispense.Builder. dosageInstruction(Collection<Dosage> dosageInstruction)Indicates how the medication is to be used by the patient.MedicationRequest.BuilderMedicationRequest.Builder. dosageInstruction(Collection<Dosage> dosageInstruction)Indicates how the medication is to be used by the patient. -
Uses of Dosage in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Dosage Modifier and Type Method Description DosageDosage.Builder. build()Build theDosageMethods in com.ibm.fhir.model.type with parameters of type Dosage Modifier and Type Method Description protected Dosage.BuilderDosage.Builder. from(Dosage dosage) -
Uses of Dosage in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Dosage Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Dosage dosage)Delegates to#visit(elementName, elementIndex, BackboneElement)booleanVisitor. visit(String elementName, int elementIndex, Dosage dosage)
-