Uses of Enum
org.hl7.fhir.r5.model.Questionnaire.QuestionnaireItemDisabledDisplay
-
Uses of Questionnaire.QuestionnaireItemDisabledDisplay in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionQuestionnaire.QuestionnaireItemComponent.disabledDisplay
Indicates if and how items that are disabled (because enableWhen evaluates to 'false') should be displayed.Modifier 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.Modifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemDisabledDisplayEnumFactory.fromType
(PrimitiveType<?> code) Questionnaire.QuestionnaireItemComponent.getDisabledDisplayElement()
Modifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.setDisabledDisplay
(Questionnaire.QuestionnaireItemDisabledDisplay value) Questionnaire.QuestionnaireItemDisabledDisplayEnumFactory.toCode
(Questionnaire.QuestionnaireItemDisabledDisplay code) Questionnaire.QuestionnaireItemDisabledDisplayEnumFactory.toSystem
(Questionnaire.QuestionnaireItemDisabledDisplay code) Modifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.setDisabledDisplayElement
(Enumeration<Questionnaire.QuestionnaireItemDisabledDisplay> value)