用于 DICOM 文件的 Oracle Database 11g
我是数据库的初学者,之前没有接触过它。我当前的项目是将 DICOM 文件放入数据库中。 DICOM 文件(.dcm 文件)是需要解析并存储在数据库中的二进制文件。据我通读 Oracle 11g,它解析 DICOM 文件并将它们存储到数据库中。我目前正在使用 C#(VS2008),我不确定是否可以从 C# 访问此数据库。我想知道我是否走在正确的道路上,或者是否有任何其他数据库我可以查看?任何帮助将不胜感激谢谢! 。
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 files (.dcm files) are binary files which need to be parsed and stored in the database. As far as i have read through Oracle 11g, it parses DICOM files and stores them into the database. I am currently working on C#(VS2008) and im not sure if i can access this database from 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! .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只是建议您不要将 dicom 图像存储在 DB 中。只需将文件的位置URL存储在数据库中即可,因为可能会发生数据库溢出。
I just recommend you to don't store the dicom images in DB . Just store the location URL of the file in databse because , maybe DB overflow occurs .