Interface EndpointStatus


  • public interface EndpointStatus
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.babylonhealth.lit.hl7.ENDPOINT_STATUS ACTIVE  
      static com.babylonhealth.lit.hl7.ENDPOINT_STATUS ENTERED_IN_ERROR  
      static com.babylonhealth.lit.hl7.ENDPOINT_STATUS ERROR  
      static com.babylonhealth.lit.hl7.ENDPOINT_STATUS OFF  
      static com.babylonhealth.lit.hl7.ENDPOINT_STATUS SUSPENDED  
      static com.babylonhealth.lit.hl7.ENDPOINT_STATUS TEST  
    • Field Detail

      • ACTIVE

        static final com.babylonhealth.lit.hl7.ENDPOINT_STATUS ACTIVE
      • ENTERED_IN_ERROR

        static final com.babylonhealth.lit.hl7.ENDPOINT_STATUS ENTERED_IN_ERROR
      • ERROR

        static final com.babylonhealth.lit.hl7.ENDPOINT_STATUS ERROR
      • OFF

        static final com.babylonhealth.lit.hl7.ENDPOINT_STATUS OFF
      • SUSPENDED

        static final com.babylonhealth.lit.hl7.ENDPOINT_STATUS SUSPENDED
      • TEST

        static final com.babylonhealth.lit.hl7.ENDPOINT_STATUS TEST