
Uses of Class
org.hl7.fhir.dstu2.model.Questionnaire.QuestionComponent
Packages that use Questionnaire.QuestionComponent
-
Uses of Questionnaire.QuestionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Questionnaire.QuestionComponentModifier and TypeMethodDescriptionprotected Questionnaire.QuestionComponent
JsonParser.parseQuestionnaireQuestionComponent
(com.google.gson.JsonObject json, Questionnaire owner) protected Questionnaire.QuestionComponent
XmlParser.parseQuestionnaireQuestionComponent
(org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type Questionnaire.QuestionComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeQuestionnaireQuestionComponent
(String name, Questionnaire.QuestionComponent element) protected void
XmlParser.composeQuestionnaireQuestionComponent
(String name, Questionnaire.QuestionComponent element) protected void
JsonParser.composeQuestionnaireQuestionComponentInner
(Questionnaire.QuestionComponent element) -
Uses of Questionnaire.QuestionComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Questionnaire.QuestionComponentModifier and TypeFieldDescriptionprotected List
<Questionnaire.QuestionComponent> Questionnaire.GroupComponent.question
Set of questions within this group.Methods in org.hl7.fhir.dstu2.model that return Questionnaire.QuestionComponentModifier and TypeMethodDescriptionQuestionnaire.QuestionComponent.addConcept
(Coding t) Questionnaire.QuestionComponent.addGroup
(Questionnaire.GroupComponent t) Questionnaire.GroupComponent.addQuestion()
Questionnaire.QuestionComponent.copy()
Questionnaire.QuestionComponent.setLinkIdElement
(StringType value) Questionnaire.QuestionComponent.setOptions
(Reference value) Questionnaire.QuestionComponent.setOptionsTarget
(ValueSet value) Questionnaire.QuestionComponent.setRepeats
(boolean value) Questionnaire.QuestionComponent.setRepeatsElement
(BooleanType value) Questionnaire.QuestionComponent.setRequired
(boolean value) Questionnaire.QuestionComponent.setRequiredElement
(BooleanType value) Questionnaire.QuestionComponent.setTextElement
(StringType value) Questionnaire.QuestionComponent.setType
(Questionnaire.AnswerFormat value) Questionnaire.QuestionComponent.setTypeElement
(Enumeration<Questionnaire.AnswerFormat> value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Questionnaire.QuestionComponentMethods in org.hl7.fhir.dstu2.model with parameters of type Questionnaire.QuestionComponentModifier and TypeMethodDescriptionQuestionnaire.GroupComponent.addQuestion
(Questionnaire.QuestionComponent t) -
Uses of Questionnaire.QuestionComponent in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils with parameters of type Questionnaire.QuestionComponentModifier and TypeMethodDescriptionstatic void
ToolingExtensions.addReference
(Questionnaire.QuestionComponent group, String value)