Interface QuestionnaireEnableOperator
-
public interface QuestionnaireEnableOperator
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOREQUALSstatic com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOREXISTSstatic com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATORGREATER_OR_EQUALSstatic com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATORGREATER_THANstatic com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATORLESS_OR_EQUALSstatic com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATORLESS_THANstatic com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATORNOT_EQUALS
-
-
-
Field Detail
-
EQUALS
static final com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOR EQUALS
-
EXISTS
static final com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOR EXISTS
-
GREATER_OR_EQUALS
static final com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOR GREATER_OR_EQUALS
-
GREATER_THAN
static final com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOR GREATER_THAN
-
LESS_OR_EQUALS
static final com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOR LESS_OR_EQUALS
-
LESS_THAN
static final com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOR LESS_THAN
-
NOT_EQUALS
static final com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOR NOT_EQUALS
-
-