| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected ResearchStudy |
JsonParser.parseResearchStudy(com.google.gson.JsonObject json) |
protected ResearchStudy |
XmlParser.parseResearchStudy(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Field and Description |
|---|---|
protected ResearchStudy |
ResearchSubject.studyTarget
The actual object that is the target of the reference (Reference to the study the subject is participating in.)
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ResearchStudy> |
MedicinalProduct.clinicalTrialTarget
The actual objects that are the target of the reference (Clinical trials or studies that this product is involved in.)
|
protected List<ResearchStudy> |
ResearchStudy.partOfTarget
The 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.studyTarget
The actual objects that are the target of the reference (AdverseEvent.study.)
|
| Modifier and Type | Method and Description |
|---|---|
List<ResearchStudy> |
MedicinalProduct.getClinicalTrialTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<ResearchStudy> |
ResearchStudy.getPartOfTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<ResearchStudy> |
AdverseEvent.getStudyTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResearchStudy.copyValues(ResearchStudy dst) |
ResearchSubject |
ResearchSubject.setStudyTarget(ResearchStudy value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.