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.CausalityAdverseEvent.SuspectEntity.Causality.Builder. build()Build theAdverseEvent.SuspectEntity.CausalityMethods 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.BuilderAdverseEvent.SuspectEntity.Builder. causality(AdverseEvent.SuspectEntity.Causality... causality)Information on the possible cause of the event.protected AdverseEvent.SuspectEntity.Causality.BuilderAdverseEvent.SuspectEntity.Causality.Builder. from(AdverseEvent.SuspectEntity.Causality causality)protected voidAdverseEvent.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.BuilderAdverseEvent.SuspectEntity.Builder. causality(java.util.Collection<AdverseEvent.SuspectEntity.Causality> causality)Information on the possible cause of the event.
-