简体   繁体   English

适用于DICOM文件的Oracle Database 11g

[英]Oracle Database 11g for DICOM files

I'm a beginner in database and havent worked on it before. 我是数据库的初学者,以前没有从事过此工作。 My current project right now is to put DICOM files into a database. 我现在的当前项目是将DICOM文件放入数据库中。 DICOM files (.dcm files) are binary files which need to be parsed and stored in the database. DICOM文件(.dcm文件)是二进制文件,需要对其进行解析并将其存储在数据库中。 As far as i have read through Oracle 11g, it parses DICOM files and stores them into the database. 据我看过Oracle 11g,它解析DICOM文件并将其存储到数据库中。 I am currently working on C#(VS2008) and im not sure if i can access this database from c#. 我目前正在C#(VS2008)上工作,我不确定是否可以从c#访问此数据库。 I wanted to know if i'm heading in the right path, or if there are any other database i could look at? 我想知道我是否正朝着正确的道路前进,或者我是否可以查看其他数据库? Any help would be appreciated Thanks! 任何帮助,将不胜感激谢谢! .

I just recommend you to don't store the dicom images in DB . 我只建议您不要将dicom图像存储在DB中。 Just store the location URL of the file in databse because , maybe DB overflow occurs . 只需将文件的位置URL存储在databse中,因为可能会发生数据库溢出。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM