Uses of Class
com.ibm.fhir.model.resource.MedicationKnowledge.Kinetics
-
Packages that use MedicationKnowledge.Kinetics Package Description com.ibm.fhir.model.resource -
-
Uses of MedicationKnowledge.Kinetics in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MedicationKnowledge.Kinetics Modifier and Type Method Description MedicationKnowledge.Kinetics
MedicationKnowledge.Kinetics.Builder. build()
Build theMedicationKnowledge.Kinetics
Methods in com.ibm.fhir.model.resource that return types with arguments of type MedicationKnowledge.Kinetics Modifier and Type Method Description List<MedicationKnowledge.Kinetics>
MedicationKnowledge. getKinetics()
The time course of drug absorption, distribution, metabolism and excretion of a medication from the body.Methods in com.ibm.fhir.model.resource with parameters of type MedicationKnowledge.Kinetics Modifier and Type Method Description protected MedicationKnowledge.Kinetics.Builder
MedicationKnowledge.Kinetics.Builder. from(MedicationKnowledge.Kinetics kinetics)
MedicationKnowledge.Builder
MedicationKnowledge.Builder. kinetics(MedicationKnowledge.Kinetics... kinetics)
The time course of drug absorption, distribution, metabolism and excretion of a medication from the body.protected void
MedicationKnowledge.Kinetics.Builder. validate(MedicationKnowledge.Kinetics kinetics)
Method parameters in com.ibm.fhir.model.resource with type arguments of type MedicationKnowledge.Kinetics Modifier and Type Method Description MedicationKnowledge.Builder
MedicationKnowledge.Builder. kinetics(Collection<MedicationKnowledge.Kinetics> kinetics)
The time course of drug absorption, distribution, metabolism and excretion of a medication from the body.
-