Uses of Enum
org.hl7.fhir.r4.model.Questionnaire.EnableWhenBehavior
-
Uses of Questionnaire.EnableWhenBehavior in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Questionnaire.EnableWhenBehavior> Questionnaire.QuestionnaireItemComponent.enableBehavior
Controls how multiple enableWhen values are interpreted - whether all or any must be true.Modifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.getEnableBehavior()
Returns the enum constant of this type with the specified name.static Questionnaire.EnableWhenBehavior[]
Questionnaire.EnableWhenBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQuestionnaire.EnableWhenBehaviorEnumFactory.fromType
(PrimitiveType<?> code) Questionnaire.QuestionnaireItemComponent.getEnableBehaviorElement()
Modifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.setEnableBehavior
(Questionnaire.EnableWhenBehavior value) Questionnaire.EnableWhenBehaviorEnumFactory.toCode
(Questionnaire.EnableWhenBehavior code) Questionnaire.EnableWhenBehaviorEnumFactory.toSystem
(Questionnaire.EnableWhenBehavior code) Modifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.setEnableBehaviorElement
(Enumeration<Questionnaire.EnableWhenBehavior> value)