Uses of Class
com.ibm.fhir.model.type.Dosage.DoseAndRate
-
Packages that use Dosage.DoseAndRate Package Description com.ibm.fhir.model.type -
-
Uses of Dosage.DoseAndRate in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Dosage.DoseAndRate Modifier and Type Method Description Dosage.DoseAndRateDosage.DoseAndRate.Builder. build()Build theDosage.DoseAndRateMethods in com.ibm.fhir.model.type that return types with arguments of type Dosage.DoseAndRate Modifier and Type Method Description List<Dosage.DoseAndRate>Dosage. getDoseAndRate()The amount of medication administered.Methods in com.ibm.fhir.model.type with parameters of type Dosage.DoseAndRate Modifier and Type Method Description Dosage.BuilderDosage.Builder. doseAndRate(Dosage.DoseAndRate... doseAndRate)The amount of medication administered.protected Dosage.DoseAndRate.BuilderDosage.DoseAndRate.Builder. from(Dosage.DoseAndRate doseAndRate)Method parameters in com.ibm.fhir.model.type with type arguments of type Dosage.DoseAndRate Modifier and Type Method Description Dosage.BuilderDosage.Builder. doseAndRate(Collection<Dosage.DoseAndRate> doseAndRate)The amount of medication administered.
-