用于 DICOM 文件的 Oracle Database 11g

发布于 2024-12-05 18:58:56 字数 215 浏览 0 评论 0原文

我是数据库的初学者,之前没有接触过它。我当前的项目是将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黄昏下泛黄的笔记 2024-12-12 18:58:56

我只是建议您不要将 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 .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文