Uses of Class
org.hl7.fhir.r4.model.ResearchStudy
-
Packages that use ResearchStudy Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ResearchStudy in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ResearchStudy Modifier and Type Method Description protected ResearchStudyJsonParser. parseResearchStudy(com.google.gson.JsonObject json)protected ResearchStudyXmlParser. parseResearchStudy(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ResearchStudy in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ResearchStudy Modifier and Type Field Description protected ResearchStudyResearchSubject. studyTargetThe actual object that is the target of the reference (Reference to the study the subject is participating in.)Fields in org.hl7.fhir.r4.model with type parameters of type ResearchStudy Modifier and Type Field Description protected List<ResearchStudy>MedicinalProduct. clinicalTrialTargetThe actual objects that are the target of the reference (Clinical trials or studies that this product is involved in.)protected List<ResearchStudy>ResearchStudy. partOfTargetThe actual objects that are the target of the reference (A larger research study of which this particular study is a component or step.)protected List<ResearchStudy>AdverseEvent. studyTargetThe actual objects that are the target of the reference (AdverseEvent.study.)Methods in org.hl7.fhir.r4.model that return types with arguments of type ResearchStudy Modifier and Type Method Description List<ResearchStudy>MedicinalProduct. getClinicalTrialTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ResearchStudy>ResearchStudy. getPartOfTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ResearchStudy>AdverseEvent. getStudyTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type ResearchStudy Modifier and Type Method Description voidResearchStudy. copyValues(ResearchStudy dst)ResearchSubjectResearchSubject. setStudyTarget(ResearchStudy value)
-