Uses of Class
com.ibm.fhir.model.resource.AdverseEvent.SuspectEntity
-
Packages that use AdverseEvent.SuspectEntity Package Description com.ibm.fhir.model.resource -
-
Uses of AdverseEvent.SuspectEntity in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AdverseEvent.SuspectEntity Modifier and Type Method Description AdverseEvent.SuspectEntity
AdverseEvent.SuspectEntity.Builder. build()
Build theAdverseEvent.SuspectEntity
Methods in com.ibm.fhir.model.resource that return types with arguments of type AdverseEvent.SuspectEntity Modifier and Type Method Description List<AdverseEvent.SuspectEntity>
AdverseEvent. getSuspectEntity()
Describes the entity that is suspected to have caused the adverse event.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type AdverseEvent.SuspectEntity Modifier and Type Method Description AdverseEvent.Builder
AdverseEvent.Builder. suspectEntity(Collection<AdverseEvent.SuspectEntity> suspectEntity)
Describes the entity that is suspected to have caused the adverse event.
-