Hi Utkarsh.<br>I read your post at <a href="http://markmail.org/message/iswwagv2ejsybjhy#query:paraview%20dicom+page:2+mid:6ex4hkecehwma6t2+state:results">http://markmail.org/message/iswwagv2ejsybjhy#query:paraview%20dicom+page:2+mid:6ex4hkecehwma6t2+state:results</a><br>
I am currently trying to integrate a DICOM reader to Paraview. The first problem I met is how to pass a directory name to a paraview reader.<br>You mentioned that &quot;I just committed a 
feature to CVS where if the &lt;UseDirectoryName /&gt; hint is present on the 
filename property, the directory name will be used instead of the file name&quot; in your post. I am wondering if this feature is avaliable in the latest stable verison of Paraview (3.4.0).<br>I tried the XML code you provided in the latest stable version. It doesn&#39;t work for me. The vtkDICOMReader still only read one DICOM file. <br>
Here is my server side XML files:<br>&lt;ServerManagerConfiguration&gt;<br>&nbsp; &lt;ProxyGroup name=&quot;sources&quot;&gt;<br>&nbsp;&nbsp; &lt;SourceProxy name=&quot;DICOMReader&quot; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class=&quot;vtkDICOMImageReader&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; label=&quot;DICOM reader&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;Documentation<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; short_help=&quot;Read DICOM files.&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; long_help=&quot;Read DICOM files.&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The DICOM reader reads DICOM files.<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Documentation&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;StringVectorProperty name=&quot;Directory&quot; <br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; command=&quot;SetDirectory&quot; <br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; number_of_elements=&quot;1&quot;&gt;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;FileListDomain name=&quot;files&quot;/&gt;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;Hints&gt;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;UseDirectoryName /&gt;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Hints&gt;&nbsp; <br>&nbsp;&nbsp; &lt;/StringVectorProperty&gt;<br>&nbsp;&nbsp; &lt;!-- End PNGReader --&gt;<br>&nbsp;&nbsp; &lt;/SourceProxy&gt;<br>
&nbsp; &lt;/ProxyGroup&gt;<br>&lt;/ServerManagerConfiguration&gt;<br><br>Maybe I did thing in a wrong way? Thanks very much for your help!<br><br>Aaron<br>