Uses of Class
org.hl7.fhir.dstu3.model.ResearchStudy
-
Packages that use ResearchStudy Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ResearchStudy in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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)Methods in org.hl7.fhir.dstu3.formats with parameters of type ResearchStudy Modifier and Type Method Description protected voidJsonParser. composeResearchStudy(String name, ResearchStudy element)protected voidRdfParser. composeResearchStudy(Turtle.Complex parent, String parentType, String name, ResearchStudy element, int index)protected voidXmlParser. composeResearchStudy(String name, ResearchStudy element)protected voidXmlParser. composeResearchStudyElements(ResearchStudy element)protected voidJsonParser. composeResearchStudyInner(ResearchStudy element)protected booleanXmlParser. parseResearchStudyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy res)protected voidJsonParser. parseResearchStudyProperties(com.google.gson.JsonObject json, ResearchStudy res)protected ResearchStudy.ResearchStudyArmComponentJsonParser. parseResearchStudyResearchStudyArmComponent(com.google.gson.JsonObject json, ResearchStudy owner)protected ResearchStudy.ResearchStudyArmComponentXmlParser. parseResearchStudyResearchStudyArmComponent(org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner)protected booleanXmlParser. parseResearchStudyResearchStudyArmComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner, ResearchStudy.ResearchStudyArmComponent res)protected voidJsonParser. parseResearchStudyResearchStudyArmComponentProperties(com.google.gson.JsonObject json, ResearchStudy owner, ResearchStudy.ResearchStudyArmComponent res) -
Uses of ResearchStudy in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.model with type parameters of type ResearchStudy Modifier and Type Field Description 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.dstu3.model that return types with arguments of type ResearchStudy Modifier and Type Method Description List<ResearchStudy>ResearchStudy. getPartOfTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ResearchStudy>AdverseEvent. getStudyTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.dstu3.model with parameters of type ResearchStudy Modifier and Type Method Description ResearchSubjectResearchSubject. setStudyTarget(ResearchStudy value)
-