This projects manages medical appointments for pacients. The process is intended to be used by medical staff during telephonic conversations with patients.
- local Microsoft SQL Server database
- CRUD operations for appointment, patient and doctor entities
- basic UI design
- export excel file with all appointments (ajax call)
- find appointments for a specific patient between selected datetimes (using stored sql procedure and ajax call)
- javascript footer button to scroll to the top of the page
- entity framework integrated
*web.config not included for security reasons.
🔀 ASP.NET Core version of project can be found on secondary branch (migrated from the current one).
Resources: