Uses of Class
com.ibm.fhir.model.resource.MedicinalProductInteraction.Interactant
-
Packages that use MedicinalProductInteraction.Interactant Package Description com.ibm.fhir.model.resource -
-
Uses of MedicinalProductInteraction.Interactant in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MedicinalProductInteraction.Interactant Modifier and Type Method Description MedicinalProductInteraction.InteractantMedicinalProductInteraction.Interactant.Builder. build()Build theMedicinalProductInteraction.InteractantMethods in com.ibm.fhir.model.resource that return types with arguments of type MedicinalProductInteraction.Interactant Modifier and Type Method Description java.util.List<MedicinalProductInteraction.Interactant>MedicinalProductInteraction. getInteractant()The specific medication, food or laboratory test that interacts.Methods in com.ibm.fhir.model.resource with parameters of type MedicinalProductInteraction.Interactant Modifier and Type Method Description protected MedicinalProductInteraction.Interactant.BuilderMedicinalProductInteraction.Interactant.Builder. from(MedicinalProductInteraction.Interactant interactant)MedicinalProductInteraction.BuilderMedicinalProductInteraction.Builder. interactant(MedicinalProductInteraction.Interactant... interactant)The specific medication, food or laboratory test that interacts.protected voidMedicinalProductInteraction.Interactant.Builder. validate(MedicinalProductInteraction.Interactant interactant)Method parameters in com.ibm.fhir.model.resource with type arguments of type MedicinalProductInteraction.Interactant Modifier and Type Method Description MedicinalProductInteraction.BuilderMedicinalProductInteraction.Builder. interactant(java.util.Collection<MedicinalProductInteraction.Interactant> interactant)The specific medication, food or laboratory test that interacts.
-