Interface ReportActionResultCodes
-
public interface ReportActionResultCodes
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODESERRORstatic com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODESFAILstatic com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODESPASSstatic com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODESSKIPstatic com.babylonhealth.lit.hl7.REPORT_ACTION_RESULT_CODESWARNING
-
-
-
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
-
-