Interface GoalStatus
-
public interface GoalStatus
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.GOAL_STATUSACCEPTEDstatic com.babylonhealth.lit.hl7.GOAL_STATUSACTIVEstatic com.babylonhealth.lit.hl7.GOAL_STATUSCANCELLEDstatic com.babylonhealth.lit.hl7.GOAL_STATUSCOMPLETEDstatic com.babylonhealth.lit.hl7.GOAL_STATUSENTERED_IN_ERRORstatic com.babylonhealth.lit.hl7.GOAL_STATUSON_HOLDstatic com.babylonhealth.lit.hl7.GOAL_STATUSPLANNEDstatic com.babylonhealth.lit.hl7.GOAL_STATUSPROPOSEDstatic com.babylonhealth.lit.hl7.GOAL_STATUSREJECTED
-
-
-
Field Detail
-
ACCEPTED
static final com.babylonhealth.lit.hl7.GOAL_STATUS ACCEPTED
-
ACTIVE
static final com.babylonhealth.lit.hl7.GOAL_STATUS ACTIVE
-
CANCELLED
static final com.babylonhealth.lit.hl7.GOAL_STATUS CANCELLED
-
COMPLETED
static final com.babylonhealth.lit.hl7.GOAL_STATUS COMPLETED
-
ENTERED_IN_ERROR
static final com.babylonhealth.lit.hl7.GOAL_STATUS ENTERED_IN_ERROR
-
ON_HOLD
static final com.babylonhealth.lit.hl7.GOAL_STATUS ON_HOLD
-
PLANNED
static final com.babylonhealth.lit.hl7.GOAL_STATUS PLANNED
-
PROPOSED
static final com.babylonhealth.lit.hl7.GOAL_STATUS PROPOSED
-
REJECTED
static final com.babylonhealth.lit.hl7.GOAL_STATUS REJECTED
-
-