Currently, there are only "log out" and "modify" buttons in upper part of the panel in ListOfPatientsView.java, but we need to add a functional "Refresh" button too, in case there are new patients being added to the list while doctor is using the program. And he needs to access to the communication with them urgently because of the nature of the problem they might be experiencing. So we want to keep the "update status" option as accessible as possible for the doctors.
[x] Add "refresh" button in the upper panel of ListOfPatientsView.java
Currently, there are only "log out" and "modify" buttons in upper part of the panel in ListOfPatientsView.java, but we need to add a functional "Refresh" button too, in case there are new patients being added to the list while doctor is using the program. And he needs to access to the communication with them urgently because of the nature of the problem they might be experiencing. So we want to keep the "update status" option as accessible as possible for the doctors.