Questionnaire.Group |
Questionnaire.Group.addConcept(CodingDt theValue) |
Adds a given new value for concept ()
|
Questionnaire.Group |
Questionnaire.Group.addGroup() |
Adds and returns a new value for group ()
|
Questionnaire.Group |
Questionnaire.Group.addGroup(Questionnaire.Group theValue) |
Adds a given new value for group ()
|
Questionnaire.Group |
Questionnaire.GroupQuestion.addGroup() |
Adds and returns a new value for group ()
|
Questionnaire.Group |
Questionnaire.Group.addQuestion(Questionnaire.GroupQuestion theValue) |
Adds a given new value for question ()
|
Questionnaire.Group |
Questionnaire.getGroup() |
Gets the value(s) for group ().
|
Questionnaire.Group |
Questionnaire.Group.getGroupFirstRep() |
Gets the first repetition for group (),
creating it if it does not already exist.
|
Questionnaire.Group |
Questionnaire.GroupQuestion.getGroupFirstRep() |
Gets the first repetition for group (),
creating it if it does not already exist.
|
Questionnaire.Group |
Questionnaire.Group.setConcept(List<CodingDt> theValue) |
Sets the value(s) for concept ()
|
Questionnaire.Group |
Questionnaire.Group.setGroup(List<Questionnaire.Group> theValue) |
Sets the value(s) for group ()
|
Questionnaire.Group |
Questionnaire.Group.setLinkId(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for linkId ()
|
Questionnaire.Group |
Questionnaire.Group.setLinkId(String theString) |
Sets the value for linkId ()
|
Questionnaire.Group |
Questionnaire.Group.setQuestion(List<Questionnaire.GroupQuestion> theValue) |
Sets the value(s) for question ()
|
Questionnaire.Group |
Questionnaire.Group.setRepeats(boolean theBoolean) |
Sets the value for repeats ()
|
Questionnaire.Group |
Questionnaire.Group.setRepeats(ca.uhn.fhir.model.primitive.BooleanDt theValue) |
Sets the value(s) for repeats ()
|
Questionnaire.Group |
Questionnaire.Group.setRequired(boolean theBoolean) |
Sets the value for required ()
|
Questionnaire.Group |
Questionnaire.Group.setRequired(ca.uhn.fhir.model.primitive.BooleanDt theValue) |
Sets the value(s) for required ()
|
Questionnaire.Group |
Questionnaire.Group.setText(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for text ()
|
Questionnaire.Group |
Questionnaire.Group.setText(String theString) |
Sets the value for text ()
|
Questionnaire.Group |
Questionnaire.Group.setTitle(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for title ()
|
Questionnaire.Group |
Questionnaire.Group.setTitle(String theString) |
Sets the value for title ()
|