Uses of Class
org.hl7.fhir.r4b.model.ResearchDefinition
-
Packages that use ResearchDefinition Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of ResearchDefinition in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ResearchDefinition Modifier and Type Method Description protected ResearchDefinitionJsonParser. parseResearchDefinition(com.google.gson.JsonObject json)protected ResearchDefinitionXmlParser. parseResearchDefinition(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type ResearchDefinition Modifier and Type Method Description protected voidJsonParser. composeResearchDefinition(String name, ResearchDefinition element)protected voidRdfParser. composeResearchDefinition(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchDefinition element, int index)protected voidXmlParser. composeResearchDefinition(String name, ResearchDefinition element)protected voidXmlParser. composeResearchDefinitionElements(ResearchDefinition element)protected voidJsonParser. composeResearchDefinitionProperties(ResearchDefinition element)protected booleanXmlParser. parseResearchDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchDefinition res)protected voidJsonParser. parseResearchDefinitionProperties(com.google.gson.JsonObject json, ResearchDefinition res) -
Uses of ResearchDefinition in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type ResearchDefinition Modifier and Type Method Description voidResearchDefinition. copyValues(ResearchDefinition dst)
-