
Uses of Enum
org.hl7.fhir.r5.model.Questionnaire.QuestionnaireItemDisabledDisplay
Packages that use Questionnaire.QuestionnaireItemDisabledDisplay
-
Uses of Questionnaire.QuestionnaireItemDisabledDisplay in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Questionnaire.QuestionnaireItemDisabledDisplayModifier and TypeFieldDescriptionQuestionnaire.QuestionnaireItemComponent.disabledDisplay
Indicates if and how items that are disabled (because enableWhen evaluates to 'false') should be displayed.Methods in org.hl7.fhir.r5.model that return Questionnaire.QuestionnaireItemDisabledDisplayModifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.getDisabledDisplay()
Returns the enum constant of this type with the specified name.Questionnaire.QuestionnaireItemDisabledDisplay.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Questionnaire.QuestionnaireItemDisabledDisplayModifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemDisabledDisplayEnumFactory.fromType
(PrimitiveType<?> code) Questionnaire.QuestionnaireItemComponent.getDisabledDisplayElement()
Methods in org.hl7.fhir.r5.model with parameters of type Questionnaire.QuestionnaireItemDisabledDisplayModifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.setDisabledDisplay
(Questionnaire.QuestionnaireItemDisabledDisplay value) Questionnaire.QuestionnaireItemDisabledDisplayEnumFactory.toCode
(Questionnaire.QuestionnaireItemDisabledDisplay code) Questionnaire.QuestionnaireItemDisabledDisplayEnumFactory.toSystem
(Questionnaire.QuestionnaireItemDisabledDisplay code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Questionnaire.QuestionnaireItemDisabledDisplayModifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.setDisabledDisplayElement
(Enumeration<Questionnaire.QuestionnaireItemDisabledDisplay> value)