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.SuspectEntityAdverseEvent.SuspectEntity.Builder. build()Build theAdverseEvent.SuspectEntityMethods 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.BuilderAdverseEvent.SuspectEntity.Builder. from(AdverseEvent.SuspectEntity suspectEntity)AdverseEvent.BuilderAdverseEvent.Builder. suspectEntity(AdverseEvent.SuspectEntity... suspectEntity)Describes the entity that is suspected to have caused the adverse event.Method parameters in com.ibm.fhir.model.resource with type arguments of type AdverseEvent.SuspectEntity Modifier and Type Method Description AdverseEvent.BuilderAdverseEvent.Builder. suspectEntity(Collection<AdverseEvent.SuspectEntity> suspectEntity)Describes the entity that is suspected to have caused the adverse event. 
 -