问题描述
有没有人在iPhone / iPad上集成的经验应用程序以显示DICOM医学图像?
Does anyone have any experience integrating the Papyrus toolkit in an iPhone / iPad application in order to display DICOM medical images?
我将Papyrus工具包与我的Objective-C代码集成,但我很难让它显示DICOM图像。有没有人有他们可以分享的任何提示?
I have the Papyrus toolkit integrated with my Objective-C code, but I am struggling to get it to display a DICOM image. Does anyone have any tips they can share?
推荐答案
Papyrus严重过时,因为它最后一次更新是在1996年。
Papyrus is severely outdated, as it was last updated in 1996. Here's a link for the manual.
相反,我建议移植目前捆绑在OsiriX上的改为iOS。这具有CoreData,Objective-C和Mac OS X可移植性的许多优点。
Instead, I recommend porting the DCMFramework currently bundled with OsiriX to the iOS instead. This takes many of the advantages of CoreData, Objective-C, and Mac OS X portability.
这篇关于有没有人在iPhone / iPad应用程序中使用Papyrus工具包来查看DICOM图像?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!