Uses of Class
ca.uhn.fhir.model.dstu2.resource.QuestionnaireResponse.GroupQuestion
-
Uses of QuestionnaireResponse.GroupQuestion in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionQuestionnaireResponse.Group.getQuestion()
Gets the value(s) for question ().Modifier and TypeMethodDescriptionQuestionnaireResponse.Group.addQuestion
(QuestionnaireResponse.GroupQuestion theValue) Adds a given new value for question ()Modifier and TypeMethodDescriptionQuestionnaireResponse.Group.setQuestion
(List<QuestionnaireResponse.GroupQuestion> theValue) Sets the value(s) for question ()