Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikolaj-szubert/hospital
- Owner: mikolaj-szubert
- Created: 2023-01-09T01:50:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T04:55:19.000Z (12 months ago)
- Last Synced: 2024-11-18T13:28:37.186Z (3 months ago)
- Topics: csharp, dotnet, winforms
- Language: C#
- Homepage:
- Size: 35.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).