
Uses of Enum
org.hl7.fhir.r4.model.Questionnaire.QuestionnaireItemType
Packages that use Questionnaire.QuestionnaireItemType
-
Uses of Questionnaire.QuestionnaireItemType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Questionnaire.QuestionnaireItemTypeModifier and TypeFieldDescriptionprotected 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.).Methods in org.hl7.fhir.r4.model that return Questionnaire.QuestionnaireItemTypeModifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.getType()
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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Questionnaire.QuestionnaireItemTypeModifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemTypeEnumFactory.fromType
(PrimitiveType<?> code) Questionnaire.QuestionnaireItemComponent.getTypeElement()
Methods in org.hl7.fhir.r4.model with parameters of type Questionnaire.QuestionnaireItemTypeModifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.setType
(Questionnaire.QuestionnaireItemType value) Questionnaire.QuestionnaireItemTypeEnumFactory.toCode
(Questionnaire.QuestionnaireItemType code) Questionnaire.QuestionnaireItemTypeEnumFactory.toSystem
(Questionnaire.QuestionnaireItemType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Questionnaire.QuestionnaireItemTypeModifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.setTypeElement
(Enumeration<Questionnaire.QuestionnaireItemType> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Questionnaire.QuestionnaireItemTypeModifierConstructorDescriptionQuestionnaireItemComponent
(StringType linkId, Enumeration<Questionnaire.QuestionnaireItemType> type) Constructor