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.Interactant
MedicinalProductInteraction.Interactant.Builder. build()
Build theMedicinalProductInteraction.Interactant
Methods in com.ibm.fhir.model.resource that return types with arguments of type MedicinalProductInteraction.Interactant Modifier and Type Method Description 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.Builder
MedicinalProductInteraction.Interactant.Builder. from(MedicinalProductInteraction.Interactant interactant)
MedicinalProductInteraction.Builder
MedicinalProductInteraction.Builder. interactant(MedicinalProductInteraction.Interactant... interactant)
The specific medication, food or laboratory test that interacts.Method parameters in com.ibm.fhir.model.resource with type arguments of type MedicinalProductInteraction.Interactant Modifier and Type Method Description MedicinalProductInteraction.Builder
MedicinalProductInteraction.Builder. interactant(Collection<MedicinalProductInteraction.Interactant> interactant)
The specific medication, food or laboratory test that interacts.
-