Skip to content

feat:added medicine prescription queue after inconsultaion queue

Praveena Veeranki requested to merge feature/inconsultation into develop

What does this MR do and why?

This merge request introduces a Medicine Prescription Queue that appears after the InConsultation queue in the eHRS frontend workflow.

The purpose of this feature is to improve patient flow during medical camps by ensuring that once a patient finishes consultation, they are automatically moved to the Medicine Prescription stage. This helps doctors and pharmacists coordinate better and reduces delays in issuing medicines.

The new queue provides a clear interface for viewing patients who have completed consultation and are waiting for prescription processing.

References

  • eHRS Frontend Queue Workflow
  • Medical Camp Patient Flow Improvement

Screenshots or screen recordings

Before After
Patients moved directly from consultation without structured prescription queue New Medicine Prescription Queue added after InConsultation queue to manage prescription workflow

How to set up and validate locally

  1. Pull the latest code from the develop branch.

  2. Install dependencies if required:

    npm install
  3. Start the frontend server:

    npm run dev
  4. Navigate to the Queue Management section in the eHRS frontend.

  5. Confirm that after completing InConsultation, the patient appears in the Medicine Prescription Queue.

MR acceptance checklist

  • Feature implemented according to workflow requirements
  • UI updated to include Medicine Prescription Queue
  • Code follows project structure and naming conventions
  • Tested locally to verify queue transition after consultation

Merge request reports

Loading