Actions
Activity #3634
openFeature #63: DigiPatho Web -- Development, Validation, Certification and Deployment
Feature #3602: Development of DigiPatho.Global Application
Web API: Listing privileged institutions for cytologist
Start date:
05/23/2025
Due date:
% Done:
0%
Estimated time:
Planned Due Date:
07/24/2025
Description
Refer tables mas_users and img_review_roles
The privileges related to image review will handled through a table img_review_roles and a column img_review_priv in mas_users.
Through this column, users will be mapped with institution (the images from where they are allowed to analyze) along with level (the level on which the image review being done).
[{inst_id:"",
rev_role_id:""},
{inst_id:""
rev_role_id:""},
{inst_id:""
rev_role_id:""}
- authentication response
- roles
- institutions in which the cytologist privileged for smear analysis
select user_id, first_name, hospital_id, role_ids, img_review_priv from dp.mas_users
Updated by Thara S Pillai about 1 year ago
- Planned Due Date changed from 05/27/2025 to 06/26/2025
Updated by Thara S Pillai about 1 year ago
- Planned Due Date changed from 06/26/2025 to 07/03/2025
Updated by Thara S Pillai about 1 year ago
- Planned Due Date changed from 07/03/2025 to 07/24/2025
Actions