Uses of Class
org.hl7.fhir.dstu2.model.Questionnaire.QuestionComponent
-
Uses of Questionnaire.QuestionComponent in org.hl7.fhir.dstu2.formats
Modifier 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) Modifier 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
Modifier and TypeFieldDescriptionprotected List
<Questionnaire.QuestionComponent> Questionnaire.GroupComponent.question
Set of questions within this group.Modifier 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) Modifier and TypeMethodDescriptionQuestionnaire.GroupComponent.addQuestion
(Questionnaire.QuestionComponent t) -
Uses of Questionnaire.QuestionComponent in org.hl7.fhir.dstu2.utils
Modifier and TypeMethodDescriptionstatic void
ToolingExtensions.addReference
(Questionnaire.QuestionComponent group, String value)