Uses of Class
com.ibm.fhir.model.resource.AdverseEvent.SuspectEntity.Causality
-
Packages that use AdverseEvent.SuspectEntity.Causality Package Description com.ibm.fhir.model.resource -
-
Uses of AdverseEvent.SuspectEntity.Causality in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AdverseEvent.SuspectEntity.Causality Modifier and Type Method Description AdverseEvent.SuspectEntity.Causality
AdverseEvent.SuspectEntity.Causality.Builder. build()
Build theAdverseEvent.SuspectEntity.Causality
Methods in com.ibm.fhir.model.resource that return types with arguments of type AdverseEvent.SuspectEntity.Causality Modifier and Type Method Description List<AdverseEvent.SuspectEntity.Causality>
AdverseEvent.SuspectEntity. getCausality()
Information on the possible cause of the event.Methods in com.ibm.fhir.model.resource with parameters of type AdverseEvent.SuspectEntity.Causality Modifier and Type Method Description AdverseEvent.SuspectEntity.Builder
AdverseEvent.SuspectEntity.Builder. causality(AdverseEvent.SuspectEntity.Causality... causality)
Information on the possible cause of the event.protected AdverseEvent.SuspectEntity.Causality.Builder
AdverseEvent.SuspectEntity.Causality.Builder. from(AdverseEvent.SuspectEntity.Causality causality)
Method parameters in com.ibm.fhir.model.resource with type arguments of type AdverseEvent.SuspectEntity.Causality Modifier and Type Method Description AdverseEvent.SuspectEntity.Builder
AdverseEvent.SuspectEntity.Builder. causality(Collection<AdverseEvent.SuspectEntity.Causality> causality)
Information on the possible cause of the event.
-