Fedora Xray image location???
I use fedora core III with mysql. I had read the posts regarding up time and redundancy, which spurred me into looking into my current setup, and backup organization. I quickly found that I have no idea where the actual data is being stored in mysql, if at all. For example, I have no idea of the whereabouts of the actual xray images. There doesn't seem to be enough space being taken up by the database, for them to be present in any of the datastructures. Long story short, where are they? Did I miss them in one or a few of the tables?
The default archive directory will be used if you don't specify one when adding a new AE. The default archive directory is the one you specify when you install PacsOne. If you forget where it is, you can find it under the Registry key:
HKEY_LOCAL_MACHINE\Software\RainbowFish Software\PacsOne\{AeTitle}\DefaultArchiveDirectory
HKEY_LOCAL_MACHINE\Software\RainbowFish Software\PacsOne\{AeTitle}\DefaultArchiveDirectory
Sorry, didn't pay attention to the thread topic here.
For Linux version of PacsOne Server, your configuration is saved under a {AeTitle}.INI under the directory where PacsOne is installed. Your default archive directory is saved under the following variable:
DefaultArchiveDirectory=/your/default/archive/directory/
For Linux version of PacsOne Server, your configuration is saved under a {AeTitle}.INI under the directory where PacsOne is installed. Your default archive directory is saved under the following variable:
DefaultArchiveDirectory=/your/default/archive/directory/
If the archive directory does not exist, remote AEs should get an error (Failure C-STORE-RSP response) when they send images to PacsOne.
To check where your current images are stored, log into MySQL from a command shell and enter the following query:
mysql>select path from image;
If you can view the images from the browser (not the thumbnail but the full-sized images, since the thumbnails are cached), that means the raw images are indeed stored somewhere, and the above MySQL query will tell you exactly where. It'll be interesting to find out why they're not stored in the default folder if no archive directory is assigned.
To check where your current images are stored, log into MySQL from a command shell and enter the following query:
mysql>select path from image;
If you can view the images from the browser (not the thumbnail but the full-sized images, since the thumbnails are cached), that means the raw images are indeed stored somewhere, and the above MySQL query will tell you exactly where. It'll be interesting to find out why they're not stored in the default folder if no archive directory is assigned.
They have been found
Thank you for the help.
Your are correct, I do get store errors.
Also note that these images were imported, they are being stored in the orginal directory that I imported them from.
They remain in the same directory that .
Is this normal??? Are their problems with this behavior???? Can it be changed???
Your are correct, I do get store errors.
Also note that these images were imported, they are being stored in the orginal directory that I imported them from.
They remain in the same directory that .
Is this normal??? Are their problems with this behavior???? Can it be changed???
When you import images, there're two options that you can choose from:
1. Import from CD/DVDs to a destination folder:
PacsOne will copy all the raw images from the source folder to the destination folder, and create database records that linked to the destination folder.
2. Import from Dicom-Formatted local directory: (You must have selected this option)
PacsOne will only create database records that linked to the raw files in this specified local directory, but will not copy any raw images files anywhere.
1. Import from CD/DVDs to a destination folder:
PacsOne will copy all the raw images from the source folder to the destination folder, and create database records that linked to the destination folder.
2. Import from Dicom-Formatted local directory: (You must have selected this option)
PacsOne will only create database records that linked to the raw files in this specified local directory, but will not copy any raw images files anywhere.