Get a Report

Overview

This endpoint allows for the retrieval of a single, specific medical report by using a combination of the storage_id and study_uid as unique identifiers.

URL : /getReports

Method : GET

Host: http://172.16.223.10:6666

Query Parameters

Key Value
storage_id d4c5Dicomweb
study_uid 2.25.301697547224500471306119209091628372132

Success Response

Code : 200 OK

Content example

{
    "id": "2",
    "storage_id": "d4c5Dicomweb",
    "study_uid": "2.25.301697547224500471306119209091628372132",
    "user": "mdadmin",
    "content": "<p>Patient is okay and well</p>",
    "created": "2025-07-21 10:49:29.0"
}