Uc91.1
Compare changes
Files
9+ 26
− 1
@@ -84,7 +84,11 @@
@@ -84,7 +84,11 @@
@@ -95,6 +99,7 @@
@@ -95,6 +99,7 @@
@@ -126,6 +131,9 @@
@@ -126,6 +131,9 @@
@@ -278,6 +286,23 @@
@@ -278,6 +286,23 @@
This PR contains most of the main flow of UC 91. We created a new page PreRegisterPatient.jsp
which contains a form where a user can preregister. On submission, the form data is handled by PreRegisteredPatientAction.java
, which inputs this data into the DB.
Unit tests are included and can be run using the command:
mvn test -Dtest=AddPreRegisterPatientActionTest