The failure is saying that you have a Null Pointer Exception in your NurseDAO code at line 324 :-
...
hospital.NurseDao.getNurse(NurseDao.java:324)
...
Have a look at the code at line 324 in the NurseDAO class ( or possibly one or two lines either way. These will be in the getNurse method and it is where you are getting the exception. If you get problems post the code from that method and we'll try to help