Good morning, how do I obtain the data of my patient and the series with orthanc? I am new and I have already installed mysql and captured the data, thanks
Good evening, I have patient data and I need to recover their index, which is 24GB and the database is 6TB. How can I see the studies, since the index is corrupted? what is the best solution to view or migrate to mysql please
Thank you
Hi,
I encountered such that issue of corrupted sqlite index. I tried to fix it by command line. However that does not resolve the whole problem. To migrate it to mysql, you can install another orthanc running mysql plugin, then move your existing dicom files to it by either c-store, or rest api
Hello,
I have patient data and I need to recover their index, which is 24GB and the database is 6TB. How can I see the studies, since the index is corrupted? what is the best solution to view or migrate to mysql please
The best solution is to run the “ImportDicomFiles.py” sample script to store the files into a fresh instance of Orthanc, as described here:
https://book.orthanc-server.com/users/replication.html#direct-access-to-the-filesystem
Good morning, how do I obtain the data of my patient and the series with orthanc? I am new and I have already installed mysql and captured the data, thanks
If the MySQL storage area plugin was used, you can run a “SELECT content FROM StorageArea” to retrieve the DICOM files. Otherwise, check out the link above about “Direct access to the filesystem”.
HTH,
Sébastien-