Interface RequestStatus


  • public interface RequestStatus
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.babylonhealth.lit.hl7.REQUEST_STATUS ACTIVE  
      static com.babylonhealth.lit.hl7.REQUEST_STATUS COMPLETED  
      static com.babylonhealth.lit.hl7.REQUEST_STATUS DRAFT  
      static com.babylonhealth.lit.hl7.REQUEST_STATUS ENTERED_IN_ERROR  
      static com.babylonhealth.lit.hl7.REQUEST_STATUS ON_HOLD  
      static com.babylonhealth.lit.hl7.REQUEST_STATUS REVOKED  
      static com.babylonhealth.lit.hl7.REQUEST_STATUS UNKNOWN  
    • 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