Interface ResponseCode


  • public interface ResponseCode
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.babylonhealth.lit.hl7.RESPONSE_CODE FATAL_ERROR  
      static com.babylonhealth.lit.hl7.RESPONSE_CODE OK  
      static com.babylonhealth.lit.hl7.RESPONSE_CODE TRANSIENT_ERROR  
    • Field Detail

      • FATAL_ERROR

        static final com.babylonhealth.lit.hl7.RESPONSE_CODE FATAL_ERROR
      • OK

        static final com.babylonhealth.lit.hl7.RESPONSE_CODE OK
      • TRANSIENT_ERROR

        static final com.babylonhealth.lit.hl7.RESPONSE_CODE TRANSIENT_ERROR