Interface ConditionalReadStatus


  • public interface ConditionalReadStatus
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUS FULL_SUPPORT  
      static com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUS IF_MODIFIED_SINCE  
      static com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUS IF_NONE_MATCH  
      static com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUS NOT_SUPPORTED  
    • Field Detail

      • FULL_SUPPORT

        static final com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUS FULL_SUPPORT
      • IF_MODIFIED_SINCE

        static final com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUS IF_MODIFIED_SINCE
      • IF_NONE_MATCH

        static final com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUS IF_NONE_MATCH
      • NOT_SUPPORTED

        static final com.babylonhealth.lit.hl7.CONDITIONAL_READ_STATUS NOT_SUPPORTED