Centralized storage for medical images and documents
Drag & drop files here
or
Select a DICOM file to preview
/files/upload
Upload files to the system
{
"file": "[binary data]",
"studyId": "ST-123456",
"metadata": {
"type": "dicom",
"tags": ["brain", "mri"]
}
}
/files/get/:fileId
Retrieve file by ID
/pacs/query
Query PACS system
{
"patientId": "123456",
"studyDateFrom": "2023-01-01",
"modality": "MRI"
}
/templates/generate
Generate document from template
{
"templateId": "rad-report",
"data": {
"patient": "John Doe",
"findings": "Normal brain MRI"
},
"format": "pdf"
}