
Uses of Class
ca.uhn.fhir.model.dstu2.resource.QuestionnaireResponse.GroupQuestion
Packages that use QuestionnaireResponse.GroupQuestion
-
Uses of QuestionnaireResponse.GroupQuestion in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return QuestionnaireResponse.GroupQuestionModifier and TypeMethodDescriptionQuestionnaireResponse.GroupQuestion.addAnswer
(QuestionnaireResponse.GroupQuestionAnswer theValue) Adds a given new value for answer ()QuestionnaireResponse.Group.addQuestion()
Adds and returns a new value for question ()QuestionnaireResponse.Group.getQuestionFirstRep()
Gets the first repetition for question (), creating it if it does not already exist.QuestionnaireResponse.GroupQuestion.setAnswer
(List<QuestionnaireResponse.GroupQuestionAnswer> theValue) Sets the value(s) for answer ()QuestionnaireResponse.GroupQuestion.setLinkId
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for linkId ()Sets the value for linkId ()QuestionnaireResponse.GroupQuestion.setText
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for text ()Sets the value for text ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type QuestionnaireResponse.GroupQuestionModifier and TypeMethodDescriptionQuestionnaireResponse.Group.getQuestion()
Gets the value(s) for question ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type QuestionnaireResponse.GroupQuestionModifier and TypeMethodDescriptionQuestionnaireResponse.Group.addQuestion
(QuestionnaireResponse.GroupQuestion theValue) Adds a given new value for question ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type QuestionnaireResponse.GroupQuestionModifier and TypeMethodDescriptionQuestionnaireResponse.Group.setQuestion
(List<QuestionnaireResponse.GroupQuestion> theValue) Sets the value(s) for question ()