| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.formats | |
| org.hl7.fhir.dstu3.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 | Method and Description |
|---|---|
protected void |
JsonParser.composeResearchStudy(String name,
ResearchStudy element) |
protected void |
XmlParser.composeResearchStudy(String name,
ResearchStudy element) |
protected void |
XmlParser.composeResearchStudyElements(ResearchStudy element) |
protected void |
JsonParser.composeResearchStudyInner(ResearchStudy element) |
protected boolean |
XmlParser.parseResearchStudyContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
ResearchStudy res) |
protected void |
JsonParser.parseResearchStudyProperties(com.google.gson.JsonObject json,
ResearchStudy res) |
protected ResearchStudy.ResearchStudyArmComponent |
JsonParser.parseResearchStudyResearchStudyArmComponent(com.google.gson.JsonObject json,
ResearchStudy owner) |
protected ResearchStudy.ResearchStudyArmComponent |
XmlParser.parseResearchStudyResearchStudyArmComponent(org.xmlpull.v1.XmlPullParser xpp,
ResearchStudy owner) |
protected boolean |
XmlParser.parseResearchStudyResearchStudyArmComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
ResearchStudy owner,
ResearchStudy.ResearchStudyArmComponent res) |
protected void |
JsonParser.parseResearchStudyResearchStudyArmComponentProperties(com.google.gson.JsonObject json,
ResearchStudy owner,
ResearchStudy.ResearchStudyArmComponent res) |
| 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> |
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> |
ResearchStudy.getPartOfTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<ResearchStudy> |
AdverseEvent.getStudyTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
ResearchSubject |
ResearchSubject.setStudyTarget(ResearchStudy value) |
Copyright © 2014–2018 University Health Network. All rights reserved.