Hi Samuel,<br><br>The KiwiViewer app for Android and iPad does not have support for DICOM, however, the VTK library that the app is based on does have DICOM I/O support, so it should be straightforward to add a DICOM reader to KiwiViewer.  In theory, it should work with just a small amount of additional code, but I have not tried it.<br>

<br>If you decide to try yourself, first make sure you can build and run KiwiViewer on your device.  Next, edit the file src/kiwi/vesKiwiDataLoader.cpp.  Search for vtkXMLImageDataReader and you'll see the code that handles vtk image files (.vti extension.)  You could insert similar code here to read DICOM files using the vtkDICOMImageReader.<br>

<br>Pat<br><br><div class="gmail_quote">On Tue, Jul 24, 2012 at 7:35 PM, Samuel Valdes G. <span dir="ltr"><<a href="mailto:sovaldes@uc.cl" target="_blank">sovaldes@uc.cl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<span style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Had anyone had succes loading a DICOM file through Kiwiviewr? IS there any tutorial for doing that?</span><br style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif" clear="all">


<div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><span style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Regards</span><br style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">


<br style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><span style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Samuel Valdés G.</span>
<br>_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
<br></blockquote></div><br>