
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Questionnaire.GroupQuestion
Packages that use Questionnaire.GroupQuestion
- 
Uses of Questionnaire.GroupQuestion in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Questionnaire.GroupQuestionModifier and TypeMethodDescriptionQuestionnaire.GroupQuestion.addConcept(CodingDt theValue) Adds a given new value for concept ()Questionnaire.GroupQuestion.addGroup(Questionnaire.Group theValue) Adds a given new value for group ()Adds a given new value for option ()Questionnaire.Group.addQuestion()Adds and returns a new value for question ()Questionnaire.Group.getQuestionFirstRep()Gets the first repetition for question (), creating it if it does not already exist.Questionnaire.GroupQuestion.setConcept(List<CodingDt> theValue) Sets the value(s) for concept ()Questionnaire.GroupQuestion.setGroup(List<Questionnaire.Group> theValue) Sets the value(s) for group ()Questionnaire.GroupQuestion.setLinkId(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for linkId ()Sets the value for linkId ()Sets the value(s) for option ()Questionnaire.GroupQuestion.setOptions(ResourceReferenceDt theValue) Sets the value(s) for options ()Questionnaire.GroupQuestion.setRepeats(boolean theBoolean) Sets the value for repeats ()Questionnaire.GroupQuestion.setRepeats(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for repeats ()Questionnaire.GroupQuestion.setRequired(boolean theBoolean) Sets the value for required ()Questionnaire.GroupQuestion.setRequired(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for required ()Questionnaire.GroupQuestion.setText(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for text ()Sets the value for text ()Questionnaire.GroupQuestion.setType(AnswerFormatEnum theValue) Sets the value(s) for type ()Questionnaire.GroupQuestion.setType(ca.uhn.fhir.model.primitive.BoundCodeDt<AnswerFormatEnum> theValue) Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Questionnaire.GroupQuestionModifier and TypeMethodDescriptionQuestionnaire.Group.getQuestion()Gets the value(s) for question ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Questionnaire.GroupQuestionModifier and TypeMethodDescriptionQuestionnaire.Group.addQuestion(Questionnaire.GroupQuestion theValue) Adds a given new value for question ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Questionnaire.GroupQuestionModifier and TypeMethodDescriptionQuestionnaire.Group.setQuestion(List<Questionnaire.GroupQuestion> theValue) Sets the value(s) for question ()