plugin to support large size of rawdata for MRI, PET, ECG etc
55 views
Skip to first unread message
Liu Hui
unread,
Mar 15, 2022, 6:39:57 AM3/15/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Orthanc Users
Is there any orthanc plugin available to support the storage (read, write and delete) of rawdata of MRI / PET/ ECG with tags? The storage can be filesystem and R/W operations shall be synchronized with corresponding DICOM images.
Sébastien Jodogne
unread,
Mar 15, 2022, 7:39:52 AM3/15/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Orthanc Users
You can attach rawdata to DICOM instances thanks to the so-called "attachments" mechanism that is built in Orthanc:
Note that the DICOM instance must first be imported into Orthanc, then the rawdata can be attached (i.e. it is not possible to store rawdata without an "anchor" DICOM instance).