Integrating Port Server into Hospital Management System

Today I started to code a utility to bridge Port Server with our Hospital Management System. Port Server is an application that captures some laboratory devices’ output. So laboratory analyst doesn’t need to input the result to our system, instead our utility does for her.

I develop the utility that covers:

1) Map our LIS test database to machine’s test code. Because the port server works with some device, I should point to the machine also.

2) Utility to edit/alter the work order that was sent by our Laboratory Information System (LIS). This utility will usefull when a machine broke up, we can run the test to other available machine.

3) Capture the result from Port Server System and save it to our HMS database. It’s relatively easy since the Port Server and my application talk via MySQL database. The challenge is when my application must use two databases, one is our HMS database and the other is port server database. These two databases reside on two separate servers. Thank to PHP that make this task quiet easy.

I done the mapping part today. Tomorrow I’ll start to code the rest.

Posted in Uncategorized | Tagged , , | Leave a comment

Some Screenshots

Here are some screen shots of Doctor’s Module. More screenshots after the break.

Searching Referencial Patients

Continue reading

Posted in Application, Development, Software | Leave a comment

Doctor’s Module Finished

Finally, doctor’s module was finished. I also finished user guide for use it. It’s late on schedule since I have many works to do. I will upload some screen shots later.

Posted in Uncategorized | Tagged , | 2 Comments

The Start of Works

Recently, I developed software which is optimized for being used with Tablet PC. This software is a part of Hospital Management System. For first work, I developed this optimised software for doctor modules. It’s used for input services, treatments, drugs used, diagnoses, medical records, allergics, etc, regarding to patients.

Hope this kind of software could help users, especially doctors, to more interacts with system. Just for note, in Indonesia there are a lot of doctors who don’t literate to system, especially the old doctors. Hope this software will help fill the gap.

Posted in Application, Development, Software | Tagged , , , | 10 Comments