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