
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.QuestionComponent
JsonParser.parseQuestionnaireResponseQuestionComponent
(com.google.gson.JsonObject json, QuestionnaireResponse owner) protected QuestionnaireResponse.QuestionComponent
XmlParser.parseQuestionnaireResponseQuestionComponent
(org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type QuestionnaireResponse.QuestionComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeQuestionnaireResponseQuestionComponent
(String name, QuestionnaireResponse.QuestionComponent element) protected void
XmlParser.composeQuestionnaireResponseQuestionComponent
(String name, QuestionnaireResponse.QuestionComponent element) protected void
JsonParser.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.question
Set 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)