Interface GoalStatus


  • public interface GoalStatus
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.babylonhealth.lit.hl7.GOAL_STATUS ACCEPTED  
      static com.babylonhealth.lit.hl7.GOAL_STATUS ACTIVE  
      static com.babylonhealth.lit.hl7.GOAL_STATUS CANCELLED  
      static com.babylonhealth.lit.hl7.GOAL_STATUS COMPLETED  
      static com.babylonhealth.lit.hl7.GOAL_STATUS ENTERED_IN_ERROR  
      static com.babylonhealth.lit.hl7.GOAL_STATUS ON_HOLD  
      static com.babylonhealth.lit.hl7.GOAL_STATUS PLANNED  
      static com.babylonhealth.lit.hl7.GOAL_STATUS PROPOSED  
      static com.babylonhealth.lit.hl7.GOAL_STATUS REJECTED  
    • 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