Untitled CIS XXXXXXXXXXHomework 2, Fall 2020 Using Github Classroom to get access to the assigment To set up the remote github repository for your submission correctly, please follow the link below to...

The instructions are in the attached pdf file. Everything must work exactly as described in the instructions.


Untitled CIS 3368 - 17938 Homework 2, Fall 2020 Using Github Classroom to get access to the assigment To set up the remote github repository for your submission correctly, please follow the link below to accept the assignment via GitHub classroom. https://classroom.github.com/a/8cKu7e4D You will then have an empty repository in GitHub. IMPORTANT DO NOT USE the link provided in this document for cloning. Create a NEW Project that manages patients. (do NOT add on to any existing project or program). Please make sure you push your commits to the github repository (remote) that had been created for you after accepting the assignment. Use a AWS database and the JFoenix UI library for this assignment. Tasks Write a GUI that allows the user to do the following: 1. Create a new Patient Database if it doesn’t exist yet by the click of a button. 2. Create a second button that populates the database with the appropriate Asset table if it does not exist yet, and fill the table with at least 10 patients. 3. Connect to the Patient Database and display all current patients in a List by default. You will have to create a Patient Class. This class needs at a minimum the following attributes: Name, Id, Age, Gender, Blood type, Weight, Height. Use appropriate data types. (use UUID for the Id property). 4. Next to the list displaying the patients, create at least three ways to filter that list. For instance, you only want to display patients over the age of 30. Or only patients who are "Female". Or only patients with weight above 200 lbs. Be creative in which filters would make real sense and use appropriate JFoeniX controls for them. Make sure the controls you use send the appropriate SQL Query to the database and display the results in the patients list view. What to Turn in Commit your source code files to your private repository in the Github classroom CIS-3368-Fall- 2020-17938-Sat. Do NOT commit any .class files, and do not zip the files together. Submit the link to your github repository containing your homework via Blackboard. 1 https://classroom.github.com/a/8cKu7e4D Extra Credit The best student assignment will get the chance to record an explanation video and submit that for extra credit. If the student denies the opportunity, the second best assignment will be chosen, and so forth. 2 Untitled CIS 3368 - 17938 Homework 2, Fall 2020 Using Github Classroom to get access to the assigment Tasks What to Turn in Extra Credit
Oct 04, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here