CSI4999Capstone / Memento-Health

Memento Health is an easy-to-use and secure web application dedicated to creating fully customizable forms to be used by healthcare professionals to assist in gathering, analyzing, and managing patient data.
GNU General Public License v3.0
0 stars 1 forks source link

Add Patient Management #20

Closed yonimn2000 closed 3 years ago

yonimn2000 commented 3 years ago

Use the create controller wizard on the Patient entity. Visual Studio will create most of the things for you and you will need to adjust them to suit our project's needs. You can use all the other controllers, views, and models as guides for this task. More specifically, check out how things are connected and implemented for the UsersController, its views, and models.

Tr1to5 commented 3 years ago

PatientController Pushed to master

yonimn2000 commented 3 years ago

Please do not push anything to the master branch. I need to review your code first using a pull request. Luckily, you have not pushed your master branch to GitHub.

Please do the following:

  1. Open GitHub desktop
  2. Switch to your branch
  3. Push origin (blue button)
  4. Create pull request (blue button that replaced the previous blue button)
  5. Do not merge. I do the merging after reviewing your code modifications.
  6. Add me as a reviewer
  7. Wait for my comments