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.QuestionComponentJsonParser.parseQuestionnaireQuestionComponent(com.google.gson.JsonObject json, Questionnaire owner)protected Questionnaire.QuestionComponentXmlParser.parseQuestionnaireQuestionComponent(org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Questionnaire.QuestionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeQuestionnaireQuestionComponent(String name, Questionnaire.QuestionComponent element)protected voidXmlParser.composeQuestionnaireQuestionComponent(String name, Questionnaire.QuestionComponent element)protected voidJsonParser.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.questionSet 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 voidToolingExtensions.addReference(Questionnaire.QuestionComponent group, String value)