Uses of Class
org.linuxforhealth.fhir.model.resource.AdverseEvent.SuspectEntity.Causality
-
Packages that use AdverseEvent.SuspectEntity.Causality Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of AdverseEvent.SuspectEntity.Causality in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource that return types with arguments of type AdverseEvent.SuspectEntity.Causality Modifier and Type Method Description java.util.List<AdverseEvent.SuspectEntity.Causality>
AdverseEvent.SuspectEntity. getCausality()
Information on the possible cause of the event.Methods in org.linuxforhealth.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)
protected void
AdverseEvent.SuspectEntity.Causality.Builder. validate(AdverseEvent.SuspectEntity.Causality causality)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type AdverseEvent.SuspectEntity.Causality Modifier and Type Method Description AdverseEvent.SuspectEntity.Builder
AdverseEvent.SuspectEntity.Builder. causality(java.util.Collection<AdverseEvent.SuspectEntity.Causality> causality)
Information on the possible cause of the event.
-