Redesign of Basic Laboratory Information System using chromium host
For more info about the original application, please refer to the C4G BLIS website.
- Setup chromium host shell with its dependencies for windows or linux, to host web application
- Use a response html template like this and transform it into BHIS like app
- Add database connectivity
- Add interfacing connectivity
- Finish custom views
.
├── extensions
│ └── ChromiumHost.Extensions.OpenStreetMap.dll
├── web
│ └── bhis
│ └── ...
├── ChromiumHost.Installer.exe
├── System.Security.Cryptography.Algorithms.dll
├── System.Security.Cryptography.Primitives.dll
└── Configurations.xml
Double clicking the ChromiumHost.Installer.exe will download the latest release. If already setup, then by double clicking the ChromiumHost.exe will read the arguments from Configuration.xml, otherwise can pass arguments like
ChromiumHost.exe --url=https://bhis/index.htm --internal=true --remotedebuggingport=20480 --verbose=false
From the terminal type and execute mono ChromiumHost.Installer.exe will download the latest release. If already setup, type and execute mono ChromiumHost.exe, otherwise can pass arguments like
mono ChromiumHost.exe --url=https://bhis/index.htm --internal=true --remotedebuggingport=20480 --verbose=false