Interface MedicationrequestStatus
-
public interface MedicationrequestStatus
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUSACTIVEstatic com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUSCANCELLEDstatic com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUSCOMPLETEDstatic com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUSDRAFTstatic com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUSENTERED_IN_ERRORstatic com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUSON_HOLDstatic com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUSSTOPPEDstatic com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUSUNKNOWN
-
-
-
Field Detail
-
ACTIVE
static final com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUS ACTIVE
-
CANCELLED
static final com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUS CANCELLED
-
COMPLETED
static final com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUS COMPLETED
-
DRAFT
static final com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUS DRAFT
-
ENTERED_IN_ERROR
static final com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUS ENTERED_IN_ERROR
-
ON_HOLD
static final com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUS ON_HOLD
-
STOPPED
static final com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUS STOPPED
-
UNKNOWN
static final com.babylonhealth.lit.hl7.MEDICATIONREQUEST_STATUS UNKNOWN
-
-