Uses of Class
org.hl7.fhir.r5.model.QuestionnaireResponse
Packages that use QuestionnaireResponse
Package
Description
-
Uses of QuestionnaireResponse in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return QuestionnaireResponseModifier and TypeMethodDescriptionprotected 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 QuestionnaireResponseModifier and TypeMethodDescriptionprotected 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 that return QuestionnaireResponseModifier and TypeMethodDescriptionQuestionnaireResponse.addBasedOn(Reference t)QuestionnaireResponse.addIdentifier(Identifier t)QuestionnaireResponse.addItem(QuestionnaireResponse.QuestionnaireResponseItemComponent t)QuestionnaireResponse.copy()QuestionnaireResponse.setAuthored(Date value)QuestionnaireResponse.setAuthoredElement(DateTimeType value)QuestionnaireResponse.setBasedOn(List<Reference> theBasedOn)QuestionnaireResponse.setEncounter(Reference value)QuestionnaireResponse.setIdentifier(List<Identifier> theIdentifier)QuestionnaireResponse.setItem(List<QuestionnaireResponse.QuestionnaireResponseItemComponent> theItem)QuestionnaireResponse.setQuestionnaire(String value)QuestionnaireResponse.setQuestionnaireElement(CanonicalType value)QuestionnaireResponse.setStatus(QuestionnaireResponse.QuestionnaireResponseStatus value)QuestionnaireResponse.setStatusElement(Enumeration<QuestionnaireResponse.QuestionnaireResponseStatus> value)QuestionnaireResponse.setSubject(Reference value)protected QuestionnaireResponseQuestionnaireResponse.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type QuestionnaireResponseModifier and TypeMethodDescriptionvoidQuestionnaireResponse.copyValues(QuestionnaireResponse dst) -
Uses of QuestionnaireResponse in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type QuestionnaireResponseModifier and TypeMethodDescriptionbooleanQuestionnaireResponseRenderer.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 QuestionnaireResponseMethods in org.hl7.fhir.r5.utils with parameters of type QuestionnaireResponseModifier and TypeMethodDescriptionvoidQuestionnaireBuilder.setResponse(QuestionnaireResponse response)