Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikolaj-szubert/hospital

C# based hospital management app for Windows
https://github.com/mikolaj-szubert/hospital

csharp dotnet winforms

Last synced: 16 days ago
JSON representation

C# based hospital management app for Windows

Awesome Lists containing this project

README

        

![szpital](https://user-images.githubusercontent.com/75019805/212238817-67608730-657f-4cf1-892f-fccc716cbb4b.png)
# Hospital App
C# based hospital management system

# PWZ Numbers Creator
PWZ_Numbers_Creator console application is used to list in random order all possible PWZ numbers for testing purposes when creating doctor account.
PWZ number is polish professional license number.

# Hospital
Hospital is a main Windows Forms application and can be used to manage doctors, nurses and administrators in hospital or clinic.

On first startup you need to create admin account in order to manage all users.

Users (doctors and nurses) can only see names, surnames and proffession of their colleagues. They can also add, edit or delete they own shifts which can only occur on folowing conditions: no more than 10 shifts in one month, no shift with doctor of this same specialization and no shifts day by day.

Administrator can see all data including PESEL (Polish electronic population register system) and PWZ number. In addition to that they can manage all users shifts and of course manage all staff (adding new members, editing them and deleting).