| Package | Description |
|---|---|
| org.hl7.fhir.instance.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Questionnaire.AnswerFormat> |
Questionnaire.QuestionComponent.type
The expected format of the answer, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static Questionnaire.AnswerFormat |
Questionnaire.AnswerFormat.fromCode(String codeString) |
Questionnaire.AnswerFormat |
Questionnaire.AnswerFormatEnumFactory.fromCode(String codeString) |
Questionnaire.AnswerFormat |
Questionnaire.QuestionComponent.getType() |
static Questionnaire.AnswerFormat |
Questionnaire.AnswerFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Questionnaire.AnswerFormat[] |
Questionnaire.AnswerFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Questionnaire.AnswerFormat> |
Questionnaire.AnswerFormatEnumFactory.fromType(Base code) |
Enumeration<Questionnaire.AnswerFormat> |
Questionnaire.QuestionComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Questionnaire.QuestionComponent |
Questionnaire.QuestionComponent.setType(Questionnaire.AnswerFormat value) |
String |
Questionnaire.AnswerFormatEnumFactory.toCode(Questionnaire.AnswerFormat code) |
| Modifier and Type | Method and Description |
|---|---|
Questionnaire.QuestionComponent |
Questionnaire.QuestionComponent.setTypeElement(Enumeration<Questionnaire.AnswerFormat> value) |
Copyright © 2014–2018 University Health Network. All rights reserved.