[vtkusers] VTK mesh to Dicom (PACS)

Dov Grobgeld dov.grobgeld at gmail.com
Tue Dec 29 10:52:48 EST 2015


As long as your PACS doesn't interfer with the contents of your private
tags, you can probably store whatever you want in it. If the private tags
are limited in size, than you could create a hack that and save a binary
blob representing the mesh in the image portion of the data and somehow
encode this hack in other dicom tags. As long as only your software is
accessing the dicom "images" you should be ok. But if some other
application would try to show the images they would display garbage. In
short, as long as you have someway of storing binary data, you can use it.

Regards,
Dov


On Tue, Dec 29, 2015 at 3:30 PM, Sebastian Hilbert <
sebastian.hilbert at gmx.net> wrote:

> Hi all,
>
> I was wondering if anyone could point me into the right direction.
>
> Background: We are working with MR data of the heart and are rendering/
> segmenting regions of interest to models (e.g. left atrium). Those are then
> exported to STL by a software called Philips Intellispace Portal and
> subsequently converted to VTK. Those meshes/models are then used in
> clinical
> routine.
>
> Goal: What we would like to achieve somehow is to store these VTK meshes
> in a
> PACS for data exchange. From what I have understood so far it is not
> possible
> to store VTK meshes in a PACS. What would you suggest ? Is this something
> that
> can be implemented ?
>
> There seems to be some related bits in the Dicom specification but I am
> stuck
> here.
>
> ftp://medical.nema.org/medical/dicom/final/sup132_ft.pdf
>
>
> My research also led me to two solutions by medical device vendors who
> seem to
> have implemented a way to store their model formats in Dicom file(s). One
> solution Ensite NavX by St. Jude Medical seems to store the XML (VTK ascii
> like) content in a private tag and the other company seems to store (VTK
> binary ?) data in private tags as well.
>
> I do have sample Dicom files from both products as well as the file format
> specifications for both products.
>
> I wonder what it would take to come up with a solution based on the specs
> and
> the sample files. If anyone could point me into the right direction that
> would
> be great.
>
> Regards,
> Sebastian
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20151229/4657dc0c/attachment.html>


More information about the vtkusers mailing list