Uses of Class
org.hl7.fhir.r5.model.ResearchStudy
-
Packages that use ResearchStudy Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ResearchStudy in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type ResearchStudy Modifier and Type Method Description protected voidJsonParser. composeResearchStudy(String name, ResearchStudy element)protected voidRdfParser. composeResearchStudy(org.hl7.fhir.utilities.turtle.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. composeResearchStudyProperties(ResearchStudy element)protected booleanXmlParser. parseResearchStudyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy res)protected voidJsonParser. parseResearchStudyProperties(com.google.gson.JsonObject json, ResearchStudy res) -
Uses of ResearchStudy in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type ResearchStudy Modifier and Type Method Description voidResearchStudy. copyValues(ResearchStudy dst)
-