Uses of Class
org.hl7.fhir.dstu2.model.QuestionnaireResponse.QuestionAnswerComponent
-
Packages that use QuestionnaireResponse.QuestionAnswerComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of QuestionnaireResponse.QuestionAnswerComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return QuestionnaireResponse.QuestionAnswerComponent Modifier and Type Method Description protected QuestionnaireResponse.QuestionAnswerComponentJsonParser. parseQuestionnaireResponseQuestionAnswerComponent(com.google.gson.JsonObject json, QuestionnaireResponse owner)protected QuestionnaireResponse.QuestionAnswerComponentXmlParser. parseQuestionnaireResponseQuestionAnswerComponent(org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type QuestionnaireResponse.QuestionAnswerComponent Modifier and Type Method Description protected voidJsonParser. composeQuestionnaireResponseQuestionAnswerComponent(String name, QuestionnaireResponse.QuestionAnswerComponent element)protected voidXmlParser. composeQuestionnaireResponseQuestionAnswerComponent(String name, QuestionnaireResponse.QuestionAnswerComponent element)protected voidJsonParser. composeQuestionnaireResponseQuestionAnswerComponentInner(QuestionnaireResponse.QuestionAnswerComponent element) -
Uses of QuestionnaireResponse.QuestionAnswerComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type QuestionnaireResponse.QuestionAnswerComponent Modifier and Type Field Description protected List<QuestionnaireResponse.QuestionAnswerComponent>QuestionnaireResponse.QuestionComponent. answerThe respondent's answer(s) to the question.Methods in org.hl7.fhir.dstu2.model that return QuestionnaireResponse.QuestionAnswerComponent Modifier and Type Method Description QuestionnaireResponse.QuestionAnswerComponentQuestionnaireResponse.QuestionComponent. addAnswer()QuestionnaireResponse.QuestionAnswerComponentQuestionnaireResponse.QuestionAnswerComponent. addGroup(QuestionnaireResponse.GroupComponent t)QuestionnaireResponse.QuestionAnswerComponentQuestionnaireResponse.QuestionAnswerComponent. copy()QuestionnaireResponse.QuestionAnswerComponentQuestionnaireResponse.QuestionAnswerComponent. setValue(Type value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type QuestionnaireResponse.QuestionAnswerComponent Modifier and Type Method Description List<QuestionnaireResponse.QuestionAnswerComponent>QuestionnaireResponse.QuestionComponent. getAnswer()Methods in org.hl7.fhir.dstu2.model with parameters of type QuestionnaireResponse.QuestionAnswerComponent Modifier and Type Method Description QuestionnaireResponse.QuestionComponentQuestionnaireResponse.QuestionComponent. addAnswer(QuestionnaireResponse.QuestionAnswerComponent t)
-