Commit Graph

114 Commits

Author SHA1 Message Date
Adam McCane
6781830dcc Merged github (again). 2024-02-14 20:06:29 -05:00
Adam McCane
ab73eed578 Made refill data tier. 2024-02-14 20:05:13 -05:00
EggMan20339
e6fcc33b17 Added Physician search functionality 2024-02-14 19:43:07 -05:00
EggMan20339
6d2692fbcd added funtionality to rx search 2024-02-14 19:27:21 -05:00
EggMan20339
f6c2540b76 Made Patient Search funtional 2024-02-14 18:21:17 -05:00
EggMan20339
d257715541 updated datatier 2024-02-14 17:40:16 -05:00
EggMan20339
1c1f1659e3 added datatier and updated connection string 2024-02-14 17:35:35 -05:00
Adam McCane
02ad8d2c26 Added context menu to the refill form. 2024-02-14 15:35:00 -05:00
Adam McCane
2693444295 Deleted the tabs on the refill form. 2024-02-14 14:38:19 -05:00
Adam McCane
e8e95df8b0 Added patient and physician id text and label to the patient and physician info tabs in the view info form. 2024-02-13 23:10:18 -05:00
Adam McCane
79f42ca41f Added columns to add refill dgv in the refill form. 2024-02-13 23:04:42 -05:00
Adam McCane
72bfcec0f3 Added all of the columns to all three data grid views in the view info form. Formatted the cells properly and gave all the columns the right data source names. 2024-02-13 22:53:23 -05:00
Adam McCane
be0156afbf Added database connection string in app.config. 2024-02-13 22:23:11 -05:00
Adam McCane
c58ce040c8 Removed manual database connection. 2024-02-12 11:26:33 -05:00
Adam McCane
c38e6832ac Gave the ok button functionality in the about box. 2024-02-09 13:57:09 -05:00
Adam McCane
e8955c84f3 Changed some of the text in the about box. 2024-02-09 13:56:41 -05:00
Adam McCane
eb9b853e0d Created an about box. 2024-02-09 13:39:50 -05:00
Adam McCane
81133e9be8 Added code to all of the mnuWindow items to have window functionality. 2024-02-09 13:35:42 -05:00
Adam McCane
361e09a165 Added code on mnuNavigationAURRefill click to open frmRefill. 2024-02-09 12:17:53 -05:00
Adam McCane
847ed02d24 Added code on mnuNavigationAUpres click to open frmPrescription. 2024-02-09 12:15:31 -05:00
Adam McCane
560165a809 Added code on mnuNavigationAUPaPh click to open frmPatientPhysician. 2024-02-09 11:59:29 -05:00
Adam McCane
8e3c58eec4 Added code on mnuNavigationView click to open frmInfo. 2024-02-09 11:44:23 -05:00
Adam McCane
4647d70c79 Added code on form main form load so that the welcome form pops up by default. 2024-02-09 11:12:39 -05:00
Adam McCane
8915ffa04e Added data grid views to the three refill tabs in the refill form. Divided the add, edit, and delete functionality between the three data grid views. 2024-02-07 16:53:41 -05:00
Adam McCane
08659e6a1f Modified the patient and physician data grid views in the info form so that they would not allow for adding, editing, or deleting values. 2024-02-07 16:44:26 -05:00
Adam McCane
ed02dffbc2 Replaced the physician first and last name labels and text boxes with ones taken from the database. Added a physician table data view at the bottom of the split container in the physician info tab. 2024-02-07 14:11:02 -05:00
Adam McCane
84ac2360c2 Changed the existing patient first and last name labels and text boxes to ones taken from the patient table in the view info form. Also added a patient table data view to the bottom half of the split container in the patient info tab. 2024-02-07 13:27:32 -05:00
Adam McCane
be82ae4b83 Connected the final project database as a data source. 2024-02-07 13:23:25 -05:00
Adam McCane
8ad5a0a2fa Added window organization into the menu strip. Also added tabs to the refill form. 2024-02-07 12:55:11 -05:00
Adam McCane
165b262acf Fixed error with info form. 2024-02-07 12:10:04 -05:00
Adam McCane
9f6be9d958 Merge branch 'master' of https://github.com/EggMan20339/CNSA-212 2024-02-07 12:06:49 -05:00
Adam McCane
e48010c4b4 Merged the repository. 2024-02-07 12:06:24 -05:00
Noah
44c283b72e Updated tab orders in frmPatientPhysician 2024-02-07 11:54:23 -05:00
Noah
ab4642ef66 Add labels, text boxes, buttons, and rdo buttons to physician tab in frmPatientPhysician 2024-02-07 11:42:47 -05:00
Adam McCane
390d7f7de2 Added names of the forms into the navigation drop down in the menu strip. 2024-02-07 11:10:43 -05:00
Adam McCane
90cae15b6b Added navigation and help/help about to the menu strip. 2024-02-07 10:55:47 -05:00
Noah
157b30b9df Removed navigation menus from all four forms 2024-02-07 10:54:59 -05:00
Adam McCane
97d9c163a4 Created main form and added a menu strip. Also made the main form a container. 2024-02-07 10:54:26 -05:00
Noah
1367b6d0cc Updated frmWelcome to work with MDI:
-removed buttons
-added "navigate using the tabs above" label
-readjusted object placement
2024-02-07 10:53:38 -05:00
Adam McCane
d63271db23 Removed menu strip from info form. 2024-02-07 10:53:01 -05:00
Adam McCane
2e89bd2835 Merge branch 'master' of https://github.com/EggMan20339/CNSA-212 2024-02-07 10:52:09 -05:00
Adam McCane
3dc272a6d9 Revert "Removed menu strip from info form. Created main form and made it a MDI container. Added a menu strip with Navigation and Help/Help About."
This reverts commit 0b859e365f.
2024-02-07 10:51:50 -05:00
Adam McCane
0b859e365f Removed menu strip from info form. Created main form and made it a MDI container. Added a menu strip with Navigation and Help/Help About. 2024-02-07 10:47:30 -05:00
Noah
2189627140 Added tabcontrol to frmPatientPhysician.
Added labels, textboxes, radiobuttions, and buttons to the Patient tab
2024-02-06 12:19:31 -05:00
Noah
cf1abb3137 Updated frmWelcome labels 2024-02-06 11:46:50 -05:00
Noah
eca0e7efa6 Deleted frmAddPatientPhyscian and replaced with new frmPatientPhysician. Updated frmPatientPhysician name and icon. 2024-02-06 11:38:27 -05:00
Adam McCane
cfa7a6ee6e Deleted the FPCASD data set. It was not the project database. 2024-02-05 08:02:45 -05:00
Adam McCane
a344b8e040 Added labels and textboxes for searching to the prescription and physician tabs of the info form. Also added a search button to all three tabs. 2024-02-05 07:53:44 -05:00
Adam McCane
7b0dd09368 Added tabs to the view info form, added a split container to each tab in the same form, and also added a couple labels and tet boxes into the patient info tab in the same form. 2024-02-02 17:24:49 -05:00
Adam McCane
14317064ea Connected the project database and added a tool strip to the view patient/prescription info form. 2024-02-02 16:00:30 -05:00