Interface FilterOperator


  • public interface FilterOperator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.babylonhealth.lit.hl7.FILTER_OPERATOR DESCENDENT_OF  
      static com.babylonhealth.lit.hl7.FILTER_OPERATOR EQUALS  
      static com.babylonhealth.lit.hl7.FILTER_OPERATOR EXISTS  
      static com.babylonhealth.lit.hl7.FILTER_OPERATOR GENERALIZES  
      static com.babylonhealth.lit.hl7.FILTER_OPERATOR IN  
      static com.babylonhealth.lit.hl7.FILTER_OPERATOR IS_A  
      static com.babylonhealth.lit.hl7.FILTER_OPERATOR IS_NOT_A  
      static com.babylonhealth.lit.hl7.FILTER_OPERATOR NOT_IN_SET  
      static com.babylonhealth.lit.hl7.FILTER_OPERATOR REGEX  
    • Field Detail

      • DESCENDENT_OF

        static final com.babylonhealth.lit.hl7.FILTER_OPERATOR DESCENDENT_OF
      • EQUALS

        static final com.babylonhealth.lit.hl7.FILTER_OPERATOR EQUALS
      • EXISTS

        static final com.babylonhealth.lit.hl7.FILTER_OPERATOR EXISTS
      • GENERALIZES

        static final com.babylonhealth.lit.hl7.FILTER_OPERATOR GENERALIZES
      • IN

        static final com.babylonhealth.lit.hl7.FILTER_OPERATOR IN
      • IS_A

        static final com.babylonhealth.lit.hl7.FILTER_OPERATOR IS_A
      • IS_NOT_A

        static final com.babylonhealth.lit.hl7.FILTER_OPERATOR IS_NOT_A
      • NOT_IN_SET

        static final com.babylonhealth.lit.hl7.FILTER_OPERATOR NOT_IN_SET
      • REGEX

        static final com.babylonhealth.lit.hl7.FILTER_OPERATOR REGEX