Class QuestionnaireItemOperator

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class QuestionnaireItemOperator
    extends Code
    • Field Detail

      • EXISTS

        public static final QuestionnaireItemOperator EXISTS
        Exists

        True if whether an answer exists is equal to the enableWhen answer (which must be a boolean).

      • EQUALS

        public static final QuestionnaireItemOperator EQUALS
        Equals

        True if whether at least one answer has a value that is equal to the enableWhen answer.

      • NOT_EQUALS

        public static final QuestionnaireItemOperator NOT_EQUALS
        Not Equals

        True if whether at least no answer has a value that is equal to the enableWhen answer.

      • GREATER_THAN

        public static final QuestionnaireItemOperator GREATER_THAN
        Greater Than

        True if whether at least no answer has a value that is greater than the enableWhen answer.

      • LESS_THAN

        public static final QuestionnaireItemOperator LESS_THAN
        Less Than

        True if whether at least no answer has a value that is less than the enableWhen answer.

      • GREATER_OR_EQUALS

        public static final QuestionnaireItemOperator GREATER_OR_EQUALS
        Greater or Equals

        True if whether at least no answer has a value that is greater or equal to the enableWhen answer.

      • LESS_OR_EQUALS

        public static final QuestionnaireItemOperator LESS_OR_EQUALS
        Less or Equals

        True if whether at least no answer has a value that is less or equal to the enableWhen answer.