HospitalOS

Just want to share this nice open source software called HospitalOS. Hospital OS is a Hospital Information System for managing hospital operations. It is a Client - Server software in which the server works as a central unit that stores all of the information and the clients are the units that feed the information into the server. The software was developed in Thailand funded by Thailand  Research Fund.

You can download the software for free because its open source visit their official website at http://www.hospital-os.com/en/
<html>
<body>

<?php
echo "Hello World";
?>

</body>
</html>

Comments