Interface RequestStatus
-
public interface RequestStatus
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.REQUEST_STATUSACTIVEstatic com.babylonhealth.lit.hl7.REQUEST_STATUSCOMPLETEDstatic com.babylonhealth.lit.hl7.REQUEST_STATUSDRAFTstatic com.babylonhealth.lit.hl7.REQUEST_STATUSENTERED_IN_ERRORstatic com.babylonhealth.lit.hl7.REQUEST_STATUSON_HOLDstatic com.babylonhealth.lit.hl7.REQUEST_STATUSREVOKEDstatic com.babylonhealth.lit.hl7.REQUEST_STATUSUNKNOWN
-
-
-
Field Detail
-
ACTIVE
static final com.babylonhealth.lit.hl7.REQUEST_STATUS ACTIVE
-
COMPLETED
static final com.babylonhealth.lit.hl7.REQUEST_STATUS COMPLETED
-
DRAFT
static final com.babylonhealth.lit.hl7.REQUEST_STATUS DRAFT
-
ENTERED_IN_ERROR
static final com.babylonhealth.lit.hl7.REQUEST_STATUS ENTERED_IN_ERROR
-
ON_HOLD
static final com.babylonhealth.lit.hl7.REQUEST_STATUS ON_HOLD
-
REVOKED
static final com.babylonhealth.lit.hl7.REQUEST_STATUS REVOKED
-
UNKNOWN
static final com.babylonhealth.lit.hl7.REQUEST_STATUS UNKNOWN
-
-