Actions
Activity #4038
openHospital Type Fetch & Dashboard Function Update
Start date:
07/24/2025
Due date:
% Done:
100%
Estimated time:
Planned Due Date:
07/25/2025
Description
Please take up the following tasks as part of the ongoing development work:
Fetch Hospital Type for Logged-In User
Implement logic to retrieve the hospital type using the logged-in user's hospital_id.
Sample query for reference:
SELECT hospital_type INTO vhospital_type FROM dctc.mas_institution WHERE hospital_id = 'HS50';
Create Separate Function in dashboard.js
Develop a dedicated function to list the patient list in the hub view.
Actions