| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Questionnaire.QuestionnaireItemType> |
Questionnaire.QuestionnaireItemComponent.type
The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, coded choice, etc.).
|
| Modifier and Type | Method and Description |
|---|---|
static Questionnaire.QuestionnaireItemType |
Questionnaire.QuestionnaireItemType.fromCode(String codeString) |
Questionnaire.QuestionnaireItemType |
Questionnaire.QuestionnaireItemTypeEnumFactory.fromCode(String codeString) |
Questionnaire.QuestionnaireItemType |
Questionnaire.QuestionnaireItemComponent.getType() |
static Questionnaire.QuestionnaireItemType |
Questionnaire.QuestionnaireItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Questionnaire.QuestionnaireItemType[] |
Questionnaire.QuestionnaireItemType.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.QuestionnaireItemType> |
Questionnaire.QuestionnaireItemTypeEnumFactory.fromType(Base code) |
Enumeration<Questionnaire.QuestionnaireItemType> |
Questionnaire.QuestionnaireItemComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Questionnaire.QuestionnaireItemComponent |
Questionnaire.QuestionnaireItemComponent.setType(Questionnaire.QuestionnaireItemType value) |
String |
Questionnaire.QuestionnaireItemTypeEnumFactory.toCode(Questionnaire.QuestionnaireItemType code) |
String |
Questionnaire.QuestionnaireItemTypeEnumFactory.toSystem(Questionnaire.QuestionnaireItemType code) |
| Modifier and Type | Method and Description |
|---|---|
Questionnaire.QuestionnaireItemComponent |
Questionnaire.QuestionnaireItemComponent.setTypeElement(Enumeration<Questionnaire.QuestionnaireItemType> value) |
| Constructor and Description |
|---|
QuestionnaireItemComponent(StringType linkId,
Enumeration<Questionnaire.QuestionnaireItemType> type)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.