My question is: suppose I have a medical modality, for example a MRI, after the scanning for a patient, it will generate the reconstructed dicom data, and I think I have two solutions to save the dicom data,
One is to save the dicom data as dicom files and then save the files into a file folder structure system; the other is to save the dicom data into a database system (For example: there may be a patient table
which is to store patient information, and there may be a study table which is to store study information and etc). I think the database solution is better than a file folder structure system (What is your opinion?).
And if I use the database solution, then when choose a database, such as Berkeley DB or MS SQL Server or Oracle or other DB, which database system should I choose? Is there any special consideration for
medical usage? What is the criteria for the DB selection?
Can anyone give me some suggestions?
Thanks.