Uses of Class
org.linuxforhealth.fhir.model.resource.MedicationKnowledge.Kinetics
-
Packages that use MedicationKnowledge.Kinetics Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MedicationKnowledge.Kinetics in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MedicationKnowledge.Kinetics Modifier and Type Method Description MedicationKnowledge.Kinetics
MedicationKnowledge.Kinetics.Builder. build()
Build theMedicationKnowledge.Kinetics
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type MedicationKnowledge.Kinetics Modifier and Type Method Description java.util.List<MedicationKnowledge.Kinetics>
MedicationKnowledge. getKinetics()
The time course of drug absorption, distribution, metabolism and excretion of a medication from the body.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type MedicationKnowledge.Kinetics Modifier and Type Method Description MedicationKnowledge.Builder
MedicationKnowledge.Builder. kinetics(java.util.Collection<MedicationKnowledge.Kinetics> kinetics)
The time course of drug absorption, distribution, metabolism and excretion of a medication from the body.
-