Uses of Class
org.hl7.fhir.dstu2.model.QuestionnaireResponse.QuestionComponent
-
Packages that use QuestionnaireResponse.QuestionComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of QuestionnaireResponse.QuestionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return QuestionnaireResponse.QuestionComponent Modifier and Type Method Description protected QuestionnaireResponse.QuestionComponentJsonParser. parseQuestionnaireResponseQuestionComponent(com.google.gson.JsonObject json, QuestionnaireResponse owner)protected QuestionnaireResponse.QuestionComponentXmlParser. parseQuestionnaireResponseQuestionComponent(org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type QuestionnaireResponse.QuestionComponent Modifier and Type Method Description protected voidJsonParser. composeQuestionnaireResponseQuestionComponent(String name, QuestionnaireResponse.QuestionComponent element)protected voidXmlParser. composeQuestionnaireResponseQuestionComponent(String name, QuestionnaireResponse.QuestionComponent element)protected voidJsonParser. composeQuestionnaireResponseQuestionComponentInner(QuestionnaireResponse.QuestionComponent element) -
Uses of QuestionnaireResponse.QuestionComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type QuestionnaireResponse.QuestionComponent Modifier and Type Field Description protected List<QuestionnaireResponse.QuestionComponent>QuestionnaireResponse.GroupComponent. questionSet of questions within this group.Methods in org.hl7.fhir.dstu2.model that return QuestionnaireResponse.QuestionComponent Modifier and Type Method Description QuestionnaireResponse.QuestionComponentQuestionnaireResponse.QuestionComponent. addAnswer(QuestionnaireResponse.QuestionAnswerComponent t)QuestionnaireResponse.QuestionComponentQuestionnaireResponse.GroupComponent. addQuestion()QuestionnaireResponse.QuestionComponentQuestionnaireResponse.QuestionComponent. copy()QuestionnaireResponse.QuestionComponentQuestionnaireResponse.QuestionComponent. setLinkId(String value)QuestionnaireResponse.QuestionComponentQuestionnaireResponse.QuestionComponent. setLinkIdElement(StringType value)QuestionnaireResponse.QuestionComponentQuestionnaireResponse.QuestionComponent. setText(String value)QuestionnaireResponse.QuestionComponentQuestionnaireResponse.QuestionComponent. setTextElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type QuestionnaireResponse.QuestionComponent Modifier and Type Method Description List<QuestionnaireResponse.QuestionComponent>QuestionnaireResponse.GroupComponent. getQuestion()Methods in org.hl7.fhir.dstu2.model with parameters of type QuestionnaireResponse.QuestionComponent Modifier and Type Method Description QuestionnaireResponse.GroupComponentQuestionnaireResponse.GroupComponent. addQuestion(QuestionnaireResponse.QuestionComponent t)
-