• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Recording blood test results

spartacus321

Senior member
I've been asked by a private lab who does blood tests if there is any software which could help them record results of a blood test and then have it printed, while also having the ability to keep track of subsequent tests done by patients later on.

I know creating an excel spreadsheet may be the simplest option, but finding a piece of software which would be able to do this is not out of the question.

Thanks for any helpful info.
 
Simple Database would be the best way.

One table for the patient info
Another table for the test results linked to the patient.

5 minute job to setup the database.

Then you can decide on what type of user interface that you want/need.
 
Originally posted by: EagleKeeper
Simple Database would be the best way.

One table for the patient info
Another table for the test results linked to the patient.

5 minute job to setup the database.

Then you can decide on what type of user interface that you want/need.

Agreed.
 
Thanks alot!

I'll be looking into this along with an interface created with visual basic/visual studio.

Will let you know how it goes within a couple weeks.
 
Back
Top