Activity #3634
Updated by Thara S Pillai about 1 year ago
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:""}
The authentication of cytologist to include
* authentication response
* roles
* institutions in which the cytologist privileged for smear analysis
<pre><code class="sql">
select user_id, first_name, hospital_id, role_ids, img_review_priv from dp.mas_users
</code></pre>