Uses of Class
org.hl7.fhir.r5.model.QuestionnaireResponse
-
Packages that use QuestionnaireResponse Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.renderers org.hl7.fhir.r5.utils -
-
Uses of QuestionnaireResponse in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return QuestionnaireResponse Modifier and Type Method Description protected QuestionnaireResponseJsonParser. parseQuestionnaireResponse(com.google.gson.JsonObject json)protected QuestionnaireResponseXmlParser. parseQuestionnaireResponse(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type QuestionnaireResponse Modifier and Type Method Description protected voidJsonParser. composeQuestionnaireResponse(String name, QuestionnaireResponse element)protected voidRdfParser. composeQuestionnaireResponse(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, QuestionnaireResponse element, int index)protected voidXmlParser. composeQuestionnaireResponse(String name, QuestionnaireResponse element)protected voidXmlParser. composeQuestionnaireResponseElements(QuestionnaireResponse element)protected voidJsonParser. composeQuestionnaireResponseProperties(QuestionnaireResponse element)protected booleanXmlParser. parseQuestionnaireResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse res)protected voidJsonParser. parseQuestionnaireResponseProperties(com.google.gson.JsonObject json, QuestionnaireResponse res) -
Uses of QuestionnaireResponse in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type QuestionnaireResponse Modifier and Type Method Description voidQuestionnaireResponse. copyValues(QuestionnaireResponse dst) -
Uses of QuestionnaireResponse in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type QuestionnaireResponse Modifier and Type Method Description booleanQuestionnaireResponseRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, QuestionnaireResponse q)booleanQuestionnaireResponseRenderer. renderForm(org.hl7.fhir.utilities.xhtml.XhtmlNode x, QuestionnaireResponse q)booleanQuestionnaireResponseRenderer. renderTree(org.hl7.fhir.utilities.xhtml.XhtmlNode x, QuestionnaireResponse q) -
Uses of QuestionnaireResponse in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return QuestionnaireResponse Modifier and Type Method Description QuestionnaireResponseQuestionnaireBuilder. getResponse()Methods in org.hl7.fhir.r5.utils with parameters of type QuestionnaireResponse Modifier and Type Method Description voidQuestionnaireBuilder. setResponse(QuestionnaireResponse response)
-