Start by opening multiple browser windows and see all being updated accordingly
git clone https://github.com/leonibr/healthcaredemo
cd healthcaredemo
Now there is two options:
- Using docker:
docker-compose run --service-ports healthcare_demo
# it uses port 5015
- Or using dotnet cli:
dotnet run --project Host\Host.csproj
# it uses port 5005
# watch out for folder navigation in your OS if not Windows
- simulate realtime administration of hospitals
- Operators can place or remove patients on hospital beds
- Operators do not register patients to waiting list, to simulate new patient to the list click: "Add Patient to Waiting List"
- Operators get always updated data whenever is ivalidated by other operator (or other browser window)
- The time is show as duration
- Dual mode (WebAssembly and SSB)
- Dragging and Droping without external lib.
- It was built on top of Fusion's MudBlazor template.
- updated to .net 7 and Fusion 4.1.38
- Maybe a dashboard
- MIT