This project is a system for nurses that includes all the information needed for them.
the project has 4 base entities: rooms, nurses, patients and equipment.
there are two types of users as well: inpector(can only watch the information) and non-inspector(have all options available).
the options that are available:
-show data
-Edit rows
-Delete rows
-add rows
Frontend: WPF written in C# and XAML
Backend: Webservices written in C# using asmx
DataBase: Microsoft SQL server