Uses of Class
org.linuxforhealth.fhir.model.resource.AdverseEvent.SuspectEntity
-
Packages that use AdverseEvent.SuspectEntity Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of AdverseEvent.SuspectEntity in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return AdverseEvent.SuspectEntity Modifier and Type Method Description AdverseEvent.SuspectEntity
AdverseEvent.SuspectEntity.Builder. build()
Build theAdverseEvent.SuspectEntity
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type AdverseEvent.SuspectEntity Modifier and Type Method Description java.util.List<AdverseEvent.SuspectEntity>
AdverseEvent. getSuspectEntity()
Describes the entity that is suspected to have caused the adverse event.Methods in org.linuxforhealth.fhir.model.resource with parameters of type AdverseEvent.SuspectEntity Modifier and Type Method Description protected AdverseEvent.SuspectEntity.Builder
AdverseEvent.SuspectEntity.Builder. from(AdverseEvent.SuspectEntity suspectEntity)
AdverseEvent.Builder
AdverseEvent.Builder. suspectEntity(AdverseEvent.SuspectEntity... suspectEntity)
Describes the entity that is suspected to have caused the adverse event.protected void
AdverseEvent.SuspectEntity.Builder. validate(AdverseEvent.SuspectEntity suspectEntity)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type AdverseEvent.SuspectEntity Modifier and Type Method Description AdverseEvent.Builder
AdverseEvent.Builder. suspectEntity(java.util.Collection<AdverseEvent.SuspectEntity> suspectEntity)
Describes the entity that is suspected to have caused the adverse event.
-