Uc91.1
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
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
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.