-1

Does anyone have any experience integrating the Papyrus toolkit in an iPhone / iPad application in order to display DICOM medical images?

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?

Brad Larson
  • 170,088
  • 45
  • 397
  • 571
rick
  • 45
  • 2
  • 9

1 Answers1

1

Papyrus is severely outdated, as it was last updated in 1996. Here's a link for the manual.

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.

esh
  • 2,842
  • 5
  • 23
  • 39
Stephen Furlani
  • 6,794
  • 4
  • 31
  • 60
  • Thanks for the reply... Since your post I have been trawling through the Osirix code and trying to separate just the viewer component - what fun lol... Papyrus now in trash can ! – rick Jan 26 '11 at 11:38
  • @rick, yeah, it's a bit of a mess. – Stephen Furlani Jan 26 '11 at 14:37