
Uses of Class
ca.uhn.fhir.model.dstu2.resource.QuestionnaireResponse.GroupQuestionAnswer
Packages that use QuestionnaireResponse.GroupQuestionAnswer
-
Uses of QuestionnaireResponse.GroupQuestionAnswer in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return QuestionnaireResponse.GroupQuestionAnswerModifier and TypeMethodDescriptionQuestionnaireResponse.GroupQuestion.addAnswer()
Adds and returns a new value for answer ()QuestionnaireResponse.GroupQuestionAnswer.addGroup
(QuestionnaireResponse.Group theValue) Adds a given new value for group ()QuestionnaireResponse.GroupQuestion.getAnswerFirstRep()
Gets the first repetition for answer (), creating it if it does not already exist.QuestionnaireResponse.GroupQuestionAnswer.setGroup
(List<QuestionnaireResponse.Group> theValue) Sets the value(s) for group ()QuestionnaireResponse.GroupQuestionAnswer.setValue
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for value[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type QuestionnaireResponse.GroupQuestionAnswerModifier and TypeMethodDescriptionQuestionnaireResponse.GroupQuestion.getAnswer()
Gets the value(s) for answer ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type QuestionnaireResponse.GroupQuestionAnswerModifier and TypeMethodDescriptionQuestionnaireResponse.GroupQuestion.addAnswer
(QuestionnaireResponse.GroupQuestionAnswer theValue) Adds a given new value for answer ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type QuestionnaireResponse.GroupQuestionAnswerModifier and TypeMethodDescriptionQuestionnaireResponse.GroupQuestion.setAnswer
(List<QuestionnaireResponse.GroupQuestionAnswer> theValue) Sets the value(s) for answer ()