
Uses of Class
org.hl7.fhir.dstu2.model.QuestionnaireResponse.QuestionComponent
Packages that use QuestionnaireResponse.QuestionComponent
-
Uses of QuestionnaireResponse.QuestionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return QuestionnaireResponse.QuestionComponentModifier and TypeMethodDescriptionprotected 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.QuestionComponentModifier and TypeMethodDescriptionprotected 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.QuestionComponentModifier and TypeFieldDescriptionprotected List<QuestionnaireResponse.QuestionComponent> QuestionnaireResponse.GroupComponent.questionSet of questions within this group.Methods in org.hl7.fhir.dstu2.model that return QuestionnaireResponse.QuestionComponentModifier and TypeMethodDescriptionQuestionnaireResponse.QuestionComponent.addAnswer(QuestionnaireResponse.QuestionAnswerComponent t) QuestionnaireResponse.GroupComponent.addQuestion()QuestionnaireResponse.QuestionComponent.copy()QuestionnaireResponse.QuestionComponent.setLinkIdElement(StringType value) QuestionnaireResponse.QuestionComponent.setTextElement(StringType value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type QuestionnaireResponse.QuestionComponentMethods in org.hl7.fhir.dstu2.model with parameters of type QuestionnaireResponse.QuestionComponentModifier and TypeMethodDescriptionQuestionnaireResponse.GroupComponent.addQuestion(QuestionnaireResponse.QuestionComponent t)