Skip to content

kagaconnect/chromium_host_web_bhis

Repository files navigation

Chromium Host - Basic Health Information System

Redesign of Basic Laboratory Information System using chromium host

For more info about the original application, please refer to the C4G BLIS website.

To-Do

  • 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

Screenshots

Authentication

Facilities

Reception

Setup structure

.
├── extensions
│   └── ChromiumHost.Extensions.OpenStreetMap.dll
├── web
│   └── bhis
│       └── ...
├── ChromiumHost.Installer.exe
├── System.Security.Cryptography.Algorithms.dll
├── System.Security.Cryptography.Primitives.dll
└── Configurations.xml

Windows

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

Linux

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