Skip to content

sashacrljenica/CSharp_Clinic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSharp_Clinic

This is Microsoft Desktop Application. The application uses 3 groups of users. These are patients, medical staff, and administrators. Patients are registered and logged. They choose a specific medical department at the clinic. Patients choose a screened medical department and schedule examinations. During the examination, doctors can prescribe medicines from the pharmacy to patients who have come to review. Administrators have an insight into the entire system, where they perform CRUD operations over tables in the database. Application uses WCF service to communicate with database. Database is running on MSSQL Server.