Propo41 / ePatient

A hospital management application built using JavaFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

show the next patient dialog only after doctor presses NextPatient

Propo41 opened this issue · comments

  • create a new column in DoctorQueue named "doctor_available" having a bit data type.
  • this will be set to true if the doctor presses Next Patient. And the receptionist can write into the DoctorQueue iff "doctor_available" is true