Uses of Class
org.hl7.fhir.r4.model.Questionnaire.EnableWhenBehavior
-
Packages that use Questionnaire.EnableWhenBehavior Package Description org.hl7.fhir.r4.model -
-
Uses of Questionnaire.EnableWhenBehavior in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Questionnaire.EnableWhenBehavior Modifier and Type Field Description protected Enumeration<Questionnaire.EnableWhenBehavior>Questionnaire.QuestionnaireItemComponent. enableBehaviorControls how multiple enableWhen values are interpreted - whether all or any must be true.Methods in org.hl7.fhir.r4.model that return Questionnaire.EnableWhenBehavior Modifier and Type Method Description static Questionnaire.EnableWhenBehaviorQuestionnaire.EnableWhenBehavior. fromCode(String codeString)Questionnaire.EnableWhenBehaviorQuestionnaire.EnableWhenBehaviorEnumFactory. fromCode(String codeString)Questionnaire.EnableWhenBehaviorQuestionnaire.QuestionnaireItemComponent. getEnableBehavior()static Questionnaire.EnableWhenBehaviorQuestionnaire.EnableWhenBehavior. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Questionnaire.EnableWhenBehavior Modifier and Type Method Description Enumeration<Questionnaire.EnableWhenBehavior>Questionnaire.EnableWhenBehaviorEnumFactory. fromType(Base code)Enumeration<Questionnaire.EnableWhenBehavior>Questionnaire.QuestionnaireItemComponent. getEnableBehaviorElement()Methods in org.hl7.fhir.r4.model with parameters of type Questionnaire.EnableWhenBehavior Modifier and Type Method Description Questionnaire.QuestionnaireItemComponentQuestionnaire.QuestionnaireItemComponent. setEnableBehavior(Questionnaire.EnableWhenBehavior value)StringQuestionnaire.EnableWhenBehaviorEnumFactory. toCode(Questionnaire.EnableWhenBehavior code)StringQuestionnaire.EnableWhenBehaviorEnumFactory. toSystem(Questionnaire.EnableWhenBehavior code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Questionnaire.EnableWhenBehavior Modifier and Type Method Description Questionnaire.QuestionnaireItemComponentQuestionnaire.QuestionnaireItemComponent. setEnableBehaviorElement(Enumeration<Questionnaire.EnableWhenBehavior> value)
-