Interface ReportActionResultCodes


  • public interface ReportActionResultCodes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODES ERROR  
      static com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODES FAIL  
      static com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODES PASS  
      static com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODES SKIP  
      static com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODES WARNING  
    • Field Detail

      • ERROR

        static final com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODES ERROR
      • FAIL

        static final com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODES FAIL
      • PASS

        static final com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODES PASS
      • SKIP

        static final com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODES SKIP
      • WARNING

        static final com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODES WARNING