| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
QuestionnaireResponse.GroupQuestion |
QuestionnaireResponse.GroupQuestion.addAnswer(QuestionnaireResponse.GroupQuestionAnswer theValue)
Adds a given new value for answer ()
|
QuestionnaireResponse.GroupQuestion |
QuestionnaireResponse.Group.addQuestion()
Adds and returns a new value for question ()
|
QuestionnaireResponse.GroupQuestion |
QuestionnaireResponse.Group.getQuestionFirstRep()
Gets the first repetition for question (),
creating it if it does not already exist.
|
QuestionnaireResponse.GroupQuestion |
QuestionnaireResponse.GroupQuestion.setAnswer(List<QuestionnaireResponse.GroupQuestionAnswer> theValue)
Sets the value(s) for answer ()
|
QuestionnaireResponse.GroupQuestion |
QuestionnaireResponse.GroupQuestion.setLinkId(String theString)
Sets the value for linkId ()
|
QuestionnaireResponse.GroupQuestion |
QuestionnaireResponse.GroupQuestion.setLinkId(StringDt theValue)
Sets the value(s) for linkId ()
|
QuestionnaireResponse.GroupQuestion |
QuestionnaireResponse.GroupQuestion.setText(String theString)
Sets the value for text ()
|
QuestionnaireResponse.GroupQuestion |
QuestionnaireResponse.GroupQuestion.setText(StringDt theValue)
Sets the value(s) for text ()
|
| Modifier and Type | Method and Description |
|---|---|
List<QuestionnaireResponse.GroupQuestion> |
QuestionnaireResponse.Group.getQuestion()
Gets the value(s) for question ().
|
| Modifier and Type | Method and Description |
|---|---|
QuestionnaireResponse.Group |
QuestionnaireResponse.Group.addQuestion(QuestionnaireResponse.GroupQuestion theValue)
Adds a given new value for question ()
|
| Modifier and Type | Method and Description |
|---|---|
QuestionnaireResponse.Group |
QuestionnaireResponse.Group.setQuestion(List<QuestionnaireResponse.GroupQuestion> theValue)
Sets the value(s) for question ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.