Uses of Class
ca.uhn.fhir.model.dstu2.resource.QuestionnaireResponse.GroupQuestionAnswer
-
Uses of QuestionnaireResponse.GroupQuestionAnswer in ca.uhn.fhir.model.dstu2.resource
Modifier 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] ()Modifier and TypeMethodDescriptionQuestionnaireResponse.GroupQuestion.getAnswer()
Gets the value(s) for answer ().Modifier and TypeMethodDescriptionQuestionnaireResponse.GroupQuestion.addAnswer
(QuestionnaireResponse.GroupQuestionAnswer theValue) Adds a given new value for answer ()Modifier and TypeMethodDescriptionQuestionnaireResponse.GroupQuestion.setAnswer
(List<QuestionnaireResponse.GroupQuestionAnswer> theValue) Sets the value(s) for answer ()