Project

General

Profile

Actions

Activity #4275

open

Module #4271: Development

Module #4274: Integration with Virtual Treatment Planning System (VTPS)

Develop an API to list patients based on a user

Added by Thara S Pillai 10 months ago. Updated 9 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Start date:
11/18/2025
Due date:
% Done:

100%

Estimated time:
(Total: 0:00 h)
Planned Due Date:
10/17/2025

Description

  • The list of patients for whom a specialist doctor is authorized to perform treatment planning. The workflow system DB to store the speciality user with whom the case record is assigned with
  • The request to include the speciality user id (logged into VTPS. The VTPS to authenticate against keycloak IAM)
  • The response to include patient information and the corresponding CBCT image paths stored in the PACS. (for rendering patient list)
  • The patient record to support an array of image paths to accommodate multiple images. *

Files


Subtasks 3 (3 open0 closed)

Activity #4415: JWT Token ValidationResolvedAshitha C11/18/2025

Actions
Activity #4416: Server-side Validation of RequestResolvedAshitha C11/18/2025

Actions
Activity #4417: Secure File Path Access Using Token-Based URLsResolvedAshitha C11/18/2025

Actions
Actions #1

Updated by Thara S Pillai 10 months ago

  • Description updated (diff)
Actions #2

Updated by Thara S Pillai 10 months ago

  • Due date set to 10/17/2025
Actions #3

Updated by Kiran Raj 10 months ago

  • Assignee changed from Kiran Raj to Bindhu L
Actions #4

Updated by Jiji P B 9 months ago

Fetch list of shared cases grouped by patient, including dicom paths and STL paths, with full security validation.

requets
------------ {
"status": "NEW",
"page": 1,
"limit": 20,
"user_id": "U123"
}

response
---------- {
"page": 1,
"total": 2,
"patients": [ {
"patient_id": "PAT001",
"name": "John Doe",
"age": 45,
"gender": "Male",
"date_of_birth": "1980-04-12",
"hospital_name": "AIIMS",
"cases": [ {
"case_id": "CASE001",
"patient_id": "PAT001",
"dicoms": [ { "study_id": "STUDY123", "dicom_path": "/dicoms/pat001/case001/study123/" }, { "study_id": "STUDY124", "dicom_path": "/dicoms/pat001/case001/study124/" }
],
"stl_files": [ { "stl_id": "STL001", "stl_path": "/stl/pat001/case001/model1.stl" }
]
}
]
}
]
}

Actions #5

Updated by Jiji P B 9 months ago

  • Subtask #4415 added
Actions #6

Updated by Jiji P B 9 months ago

  • Subtask #4416 added
Actions #7

Updated by Jiji P B 9 months ago

  • Subtask #4417 added
Actions #8

Updated by Ashitha C 9 months ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF