JavaFX and Database Programming Pearson Institute of Higher Education (now Eduvos) has clinics on each of their 12 campuses. When a student goes to the clinic to receive medical attention, they need to be registered when it is their first time. Currently, they write the student details on paper and keep the details in physical files. Pearson management has contacted you to digitise the process of registering new patients at the clinics. They would like an application developed which will enable the clinic staff to register the patient digitally. The patient records should then be saved to a database. Create a JavaFX application using NetBeans for the Pearson Clinic. The application should have/do the following: • A graphical user interface (GUI) that will allow the user to enter the following details: Patient Name, Patient Surname, Patient ID Number, Patient Cell Number, Patient Student Number. • The GUI should have an interface that will enable a user to save the details of the patient to the database. • You will need to create a database that will store these details. You can make use of any relational database management system (RDBMS) of your choice. • Ensure that your application checks if the user enters numbers only for the patient id and cell numbers. If the user enters other characters, an alert message box should be displayed to inform the user to enter numbers only. • Once the registration button has been clicked and all details have been captured and saved to the database, the application must output an alert message to inform the user that the details have been saved to the database. Afterwards, it should clear the fields to allow the user to enter another patient’s details. • Ensure that you add screenshots to your documentation of the results from the database. • Ensure that your application handles all necessary exceptions that might be raised.
JavaFX and
Create a JavaFX application using NetBeans for the Pearson Clinic. The application should have/do the following:
• A graphical user interface (GUI) that will allow the user to enter the following details: Patient Name, Patient Surname, Patient ID Number, Patient Cell Number, Patient Student Number. • The GUI should have an interface that will enable a user to save the details of the patient to the database.
• You will need to create a database that will store these details. You can make use of any relational database management system (RDBMS) of your choice.
• Ensure that your application checks if the user enters numbers only for the patient id and cell numbers. If the user enters other characters, an alert message box should be displayed to inform the user to enter numbers only.
• Once the registration button has been clicked and all details have been captured and saved to the database, the application must output an alert message to inform the user that the details have been saved to the database. Afterwards, it should clear the fields to allow the user to enter another patient’s details.
• Ensure that you add screenshots to your documentation of the results from the database.
• Ensure that your application handles all necessary exceptions that might be raised.
Step by step
Solved in 2 steps