Uses of Class
ca.uhn.fhir.model.dstu2.resource.QuestionnaireResponse.GroupQuestionAnswer
-
Packages that use QuestionnaireResponse.GroupQuestionAnswer Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of QuestionnaireResponse.GroupQuestionAnswer in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return QuestionnaireResponse.GroupQuestionAnswer Modifier and Type Method Description QuestionnaireResponse.GroupQuestionAnswerQuestionnaireResponse.GroupQuestion. addAnswer()Adds and returns a new value for answer ()QuestionnaireResponse.GroupQuestionAnswerQuestionnaireResponse.GroupQuestionAnswer. addGroup(QuestionnaireResponse.Group theValue)Adds a given new value for group ()QuestionnaireResponse.GroupQuestionAnswerQuestionnaireResponse.GroupQuestion. getAnswerFirstRep()Gets the first repetition for answer (), creating it if it does not already exist.QuestionnaireResponse.GroupQuestionAnswerQuestionnaireResponse.GroupQuestionAnswer. setGroup(List<QuestionnaireResponse.Group> theValue)Sets the value(s) for group ()QuestionnaireResponse.GroupQuestionAnswerQuestionnaireResponse.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.GroupQuestionAnswer Modifier and Type Method Description List<QuestionnaireResponse.GroupQuestionAnswer>QuestionnaireResponse.GroupQuestion. getAnswer()Gets the value(s) for answer ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type QuestionnaireResponse.GroupQuestionAnswer Modifier and Type Method Description QuestionnaireResponse.GroupQuestionQuestionnaireResponse.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.GroupQuestionAnswer Modifier and Type Method Description QuestionnaireResponse.GroupQuestionQuestionnaireResponse.GroupQuestion. setAnswer(List<QuestionnaireResponse.GroupQuestionAnswer> theValue)Sets the value(s) for answer ()
-