The Medical Test Management System is a proof-of-concept (POC) software application designed to streamline and manage medical tests conducted in a healthcare facility. The system aims to automate the test management process, improve efficiency, and enhance patient experience.
System Features
Patient Tab
The Medical Test Management System POC should include the following features:
● Allow healthcare staff to register new patients into the system.
● Capture details like name, email, age, phone, gender
● Able to view the added the patients
● Ability to update details of the added patients
● Summary View of patients where all related patient data will be visible
Test Result (Pending, Normal, High, Low)
● Ability to add Test for a patient
● Added Test should be visible to the user
● Once a Test is added then initially the status will be Pending
● Users will be able to update Test Result to Normal or other as well.
● System should allow to add multiple Test result for a patients
Record Tab
● Record Tab should show the recent results of patients and their Test Type as well along
with the Test Status
● With the name of patient, user can navigate to Summary view of patients
Reports Tab
● Chart to show different type of Test done
● Chart to show different types of Test Status as well.
● The charts should be dynamic and show more information about related data
Features and Learning from this POC
1. Complete Record Centric Approach
2. Resuable Interfaces and Expression rules
3. Foreign Key concept
4. Subprocess
5. Querying Data from different tables
6. Using Dynamic Charts to show Data