| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.addConcept(CodingDt theValue)
Adds a given new value for concept ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.addGroup(Questionnaire.Group theValue)
Adds a given new value for group ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.addOption(CodingDt theValue)
Adds a given new value for option ()
|
Questionnaire.GroupQuestion |
Questionnaire.Group.addQuestion()
Adds and returns a new value for question ()
|
Questionnaire.GroupQuestion |
Questionnaire.Group.getQuestionFirstRep()
Gets the first repetition for question (),
creating it if it does not already exist.
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setConcept(List<CodingDt> theValue)
Sets the value(s) for concept ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setGroup(List<Questionnaire.Group> theValue)
Sets the value(s) for group ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setLinkId(String theString)
Sets the value for linkId ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setLinkId(StringDt theValue)
Sets the value(s) for linkId ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setOption(List<CodingDt> theValue)
Sets the value(s) for option ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setOptions(ResourceReferenceDt theValue)
Sets the value(s) for options ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setRepeats(boolean theBoolean)
Sets the value for repeats ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setRepeats(BooleanDt theValue)
Sets the value(s) for repeats ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setRequired(boolean theBoolean)
Sets the value for required ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setRequired(BooleanDt theValue)
Sets the value(s) for required ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setText(String theString)
Sets the value for text ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setText(StringDt theValue)
Sets the value(s) for text ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setType(AnswerFormatEnum theValue)
Sets the value(s) for type ()
|
Questionnaire.GroupQuestion |
Questionnaire.GroupQuestion.setType(BoundCodeDt<AnswerFormatEnum> theValue)
Sets the value(s) for type ()
|
| Modifier and Type | Method and Description |
|---|---|
List<Questionnaire.GroupQuestion> |
Questionnaire.Group.getQuestion()
Gets the value(s) for question ().
|
| Modifier and Type | Method and Description |
|---|---|
Questionnaire.Group |
Questionnaire.Group.addQuestion(Questionnaire.GroupQuestion theValue)
Adds a given new value for question ()
|
| Modifier and Type | Method and Description |
|---|---|
Questionnaire.Group |
Questionnaire.Group.setQuestion(List<Questionnaire.GroupQuestion> theValue)
Sets the value(s) for question ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.