
Uses of Class
ca.uhn.fhir.model.dstu2.resource.QuestionnaireResponse.Group
Packages that use QuestionnaireResponse.Group
-
Uses of QuestionnaireResponse.Group in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return QuestionnaireResponse.GroupModifier and TypeMethodDescriptionQuestionnaireResponse.Group.addGroup()
Adds and returns a new value for group ()QuestionnaireResponse.Group.addGroup
(QuestionnaireResponse.Group theValue) Adds a given new value for group ()QuestionnaireResponse.GroupQuestionAnswer.addGroup()
Adds and returns a new value for group ()QuestionnaireResponse.Group.addQuestion
(QuestionnaireResponse.GroupQuestion theValue) Adds a given new value for question ()QuestionnaireResponse.getGroup()
Gets the value(s) for group ().QuestionnaireResponse.Group.getGroupFirstRep()
Gets the first repetition for group (), creating it if it does not already exist.QuestionnaireResponse.GroupQuestionAnswer.getGroupFirstRep()
Gets the first repetition for group (), creating it if it does not already exist.QuestionnaireResponse.Group.setGroup
(List<QuestionnaireResponse.Group> theValue) Sets the value(s) for group ()QuestionnaireResponse.Group.setLinkId
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for linkId ()Sets the value for linkId ()QuestionnaireResponse.Group.setQuestion
(List<QuestionnaireResponse.GroupQuestion> theValue) Sets the value(s) for question ()QuestionnaireResponse.Group.setSubject
(ResourceReferenceDt theValue) Sets the value(s) for subject ()QuestionnaireResponse.Group.setText
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for text ()Sets the value for text ()QuestionnaireResponse.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 QuestionnaireResponse.GroupModifier and TypeMethodDescriptionQuestionnaireResponse.Group.getGroup()
Gets the value(s) for group ().QuestionnaireResponse.GroupQuestionAnswer.getGroup()
Gets the value(s) for group ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type QuestionnaireResponse.GroupModifier and TypeMethodDescriptionQuestionnaireResponse.Group.addGroup
(QuestionnaireResponse.Group theValue) Adds a given new value for group ()QuestionnaireResponse.GroupQuestionAnswer.addGroup
(QuestionnaireResponse.Group theValue) Adds a given new value for group ()QuestionnaireResponse.setGroup
(QuestionnaireResponse.Group theValue) Sets the value(s) for group ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type QuestionnaireResponse.GroupModifier and TypeMethodDescriptionQuestionnaireResponse.Group.setGroup
(List<QuestionnaireResponse.Group> theValue) Sets the value(s) for group ()QuestionnaireResponse.GroupQuestionAnswer.setGroup
(List<QuestionnaireResponse.Group> theValue) Sets the value(s) for group ()