Interface ChargeitemStatus
-
public interface ChargeitemStatus
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.CHARGEITEM_STATUSABORTEDstatic com.babylonhealth.lit.hl7.CHARGEITEM_STATUSBILLABLEstatic com.babylonhealth.lit.hl7.CHARGEITEM_STATUSBILLEDstatic com.babylonhealth.lit.hl7.CHARGEITEM_STATUSENTERED_IN_ERRORstatic com.babylonhealth.lit.hl7.CHARGEITEM_STATUSNOT_BILLABLEstatic com.babylonhealth.lit.hl7.CHARGEITEM_STATUSPLANNEDstatic com.babylonhealth.lit.hl7.CHARGEITEM_STATUSUNKNOWN
-
-
-
Field Detail
-
ABORTED
static final com.babylonhealth.lit.hl7.CHARGEITEM_STATUS ABORTED
-
BILLABLE
static final com.babylonhealth.lit.hl7.CHARGEITEM_STATUS BILLABLE
-
BILLED
static final com.babylonhealth.lit.hl7.CHARGEITEM_STATUS BILLED
-
ENTERED_IN_ERROR
static final com.babylonhealth.lit.hl7.CHARGEITEM_STATUS ENTERED_IN_ERROR
-
NOT_BILLABLE
static final com.babylonhealth.lit.hl7.CHARGEITEM_STATUS NOT_BILLABLE
-
PLANNED
static final com.babylonhealth.lit.hl7.CHARGEITEM_STATUS PLANNED
-
UNKNOWN
static final com.babylonhealth.lit.hl7.CHARGEITEM_STATUS UNKNOWN
-
-