
Uses of Enum Class
org.hl7.fhir.r5.model.Questionnaire.EnableWhenBehavior
Packages that use Questionnaire.EnableWhenBehavior
-
Uses of Questionnaire.EnableWhenBehavior in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Questionnaire.EnableWhenBehaviorModifier and TypeFieldDescriptionprotected Enumeration<Questionnaire.EnableWhenBehavior> Questionnaire.QuestionnaireItemComponent.enableBehaviorControls how multiple enableWhen values are interpreted - whether all or any must be true.Methods in org.hl7.fhir.r5.model that return Questionnaire.EnableWhenBehaviorModifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.getEnableBehavior()Returns the enum constant of this class with the specified name.static Questionnaire.EnableWhenBehavior[]Questionnaire.EnableWhenBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Questionnaire.EnableWhenBehaviorModifier and TypeMethodDescriptionQuestionnaire.EnableWhenBehaviorEnumFactory.fromType(PrimitiveType<?> code) Questionnaire.QuestionnaireItemComponent.getEnableBehaviorElement()Methods in org.hl7.fhir.r5.model with parameters of type Questionnaire.EnableWhenBehaviorModifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.setEnableBehavior(Questionnaire.EnableWhenBehavior value) Questionnaire.EnableWhenBehaviorEnumFactory.toCode(Questionnaire.EnableWhenBehavior code) Questionnaire.EnableWhenBehaviorEnumFactory.toSystem(Questionnaire.EnableWhenBehavior code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Questionnaire.EnableWhenBehaviorModifier and TypeMethodDescriptionQuestionnaire.QuestionnaireItemComponent.setEnableBehaviorElement(Enumeration<Questionnaire.EnableWhenBehavior> value)