
Uses of Class
org.hl7.fhir.r4.model.QuestionnaireResponse
Packages that use QuestionnaireResponse
-
Uses of QuestionnaireResponse in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type QuestionnaireResponseModifier and TypeMethodDescriptionprotected voidJsonParser.composeQuestionnaireResponse(String name, QuestionnaireResponse element) protected voidRdfParser.composeQuestionnaireResponse(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.composeQuestionnaireResponseInner(QuestionnaireResponse element) protected booleanXmlParser.parseQuestionnaireResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse res) protected voidJsonParser.parseQuestionnaireResponseProperties(com.google.gson.JsonObject json, QuestionnaireResponse res) JsonParser.parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponent(com.google.gson.JsonObject json, QuestionnaireResponse owner) XmlParser.parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponent(org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner) protected booleanXmlParser.parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner, QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent res) protected voidJsonParser.parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponentProperties(com.google.gson.JsonObject json, QuestionnaireResponse owner, QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent res) JsonParser.parseQuestionnaireResponseQuestionnaireResponseItemComponent(com.google.gson.JsonObject json, QuestionnaireResponse owner) XmlParser.parseQuestionnaireResponseQuestionnaireResponseItemComponent(org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner) protected booleanXmlParser.parseQuestionnaireResponseQuestionnaireResponseItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner, QuestionnaireResponse.QuestionnaireResponseItemComponent res) protected voidJsonParser.parseQuestionnaireResponseQuestionnaireResponseItemComponentProperties(com.google.gson.JsonObject json, QuestionnaireResponse owner, QuestionnaireResponse.QuestionnaireResponseItemComponent res) -
Uses of QuestionnaireResponse in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return QuestionnaireResponseModifier and TypeMethodDescriptionQuestionnaireResponse.addBasedOn(Reference t) QuestionnaireResponse.addItem(QuestionnaireResponse.QuestionnaireResponseItemComponent t) QuestionnaireResponse.copy()QuestionnaireResponse.setAuthored(Date value) QuestionnaireResponse.setAuthoredElement(DateTimeType value) QuestionnaireResponse.setAuthorTarget(Resource value) QuestionnaireResponse.setBasedOn(List<Reference> theBasedOn) QuestionnaireResponse.setEncounter(Reference value) QuestionnaireResponse.setEncounterTarget(Encounter value) QuestionnaireResponse.setIdentifier(Identifier value) QuestionnaireResponse.setItem(List<QuestionnaireResponse.QuestionnaireResponseItemComponent> theItem) QuestionnaireResponse.setQuestionnaire(String value) QuestionnaireResponse.setQuestionnaireElement(CanonicalType value) QuestionnaireResponse.setSourceTarget(Resource value) QuestionnaireResponse.setStatus(QuestionnaireResponse.QuestionnaireResponseStatus value) QuestionnaireResponse.setStatusElement(Enumeration<QuestionnaireResponse.QuestionnaireResponseStatus> value) QuestionnaireResponse.setSubject(Reference value) QuestionnaireResponse.setSubjectTarget(Resource value) protected QuestionnaireResponseQuestionnaireResponse.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type QuestionnaireResponseModifier and TypeMethodDescriptionvoidQuestionnaireResponse.copyValues(QuestionnaireResponse dst) -
Uses of QuestionnaireResponse in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return QuestionnaireResponseMethods in org.hl7.fhir.r4.utils with parameters of type QuestionnaireResponseModifier and TypeMethodDescriptionvoidQuestionnaireBuilder.setResponse(QuestionnaireResponse response)