<div dir="ltr"><div>dcmjs looks very interesting!<br>If you haven't had enough js, you can have a look at <a href="https://github.com/ivmartel/dwv.">https://github.com/ivmartel/dwv.</a>..<br></div>Best<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On 15 May 2014 04:16, Aaron Boxer <span dir="ltr"><<a href="mailto:boxerab@gmail.com" target="_blank">boxerab@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Aaron Boxer</b> <span dir="ltr"><<a href="mailto:boxerab@gmail.com" target="_blank">boxerab@gmail.com</a>></span><br>

Date: Wed, May 14, 2014 at 10:16 PM<br>Subject: Re: [Ctk-developers] 9th CTK Hackfest summary<br>To: Jean-Christophe Fillion-Robin <<a href="mailto:jchris.fillionr@kitware.com" target="_blank">jchris.fillionr@kitware.com</a>><br>
<br>
<br><div dir="ltr"><div>Regarding web access to DICOM images, you folks might be interested in the new Cornerstone open source project:<br></div><div><br></div><div><a href="https://github.com/chafey/cornerstone" target="_blank">https://github.com/chafey/cornerstone</a><br>


</div><div><br></div><div>A nice demo can be found here:</div><div><br></div><div><a href="http://chafey.github.io/cornerstoneDemo/" target="_blank">http://chafey.github.io/cornerstoneDemo/</a><br></div><div><br></div><div>

Currently the demo only pulls canned DICOM images and displays them, but it will shortly handle query/retrieve (via QIDO)</div>
<div>storage (via STOW), and local file viewing.</div><div><br></div><div><br></div><div>There is also a DICOM parser:</div><div><br></div><div><a href="https://github.com/chafey/dicomParser" target="_blank">https://github.com/chafey/dicomParser</a><br>


</div><div><br></div><div>with examples here:</div><div><br></div><div><a href="https://rawgit.com/chafey/dicomParser/master/examples/index.html" target="_blank">https://rawgit.com/chafey/dicomParser/master/examples/index.html</a><br>

</div>
<div><br></div><div><br></div><div>Note that these are pure html/js libraries.</div><div><br></div><div><br></div><div>Cheers,</div><div>Aaron</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div>


</div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5"><div><div>On Wed, May 14, 2014 at 3:50 PM, Jean-Christophe Fillion-Robin <span dir="ltr"><<a href="mailto:jchris.fillionr@kitware.com" target="_blank">jchris.fillionr@kitware.com</a>></span> wrote:<br>


</div></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div><div><div dir="ltr"><div><div>Hi CTK community, <br><br>Few days ago, we were all at work in St Louis attending the 9th CTK hackfest hosted by Lawrence Tarbox and Dan Marcus from Mallinckrodt Institute of Radiology of the Washington University in St. Louis School of Medicine.<br>




<br></div><div>You can read more about this great week here:<br><br>       <a href="http://www.kitware.com/blog/home/post/676" target="_blank">http://www.kitware.com/blog/home/post/676</a><br></div><br><br><br></div><div>


The content of the post (without hyperlinks) is also copied below:<br>

<br>8<-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------<br><br>Hosted by Lawrence Tarbox and Dan Marcus from Mallinckrodt Institute of Radiology of the Washington University in St. Louis School of Medicine, the 9th CTK hackfest was again a great success !<br>




<br>During the week, the group of international and enthusiastic hackers addressed a large number of topics including DICOM support, CLIs, XNAT and also the CTK build and testing infrastructure.<br><br>--==[ DICOM ]==-<br>




<br><a href="http://dcmjs.org" target="_blank">dcmjs.org</a> - We created dcmjs - A javascript cross-compilation of dcmtk that can be re-used in a HTML5 compliant browser. It allows the analysis and the process of DICOM images directly within the browser. Two demos have been crafted: (1) dcmjs dump to “View the header of a dicom file” and (2) dcmjs view to "View the pixel data of a dicom file”<br>




<br> <br>WG27 - DICOM and Web technology - We discussed with Lawrence Tarbox about the possible direction to consider regarding the support of web technology in DICOM. Some notes and links have been reported here: <a href="http://www.commontk.org/index.php/CTK_DICOM_Web_Services" target="_blank">http://www.commontk.org/index.php/CTK_DICOM_Web_Services</a><br>




<br> <br>CTK DICOM widgets have been improved to better support the Quantitative Image Informatics for Cancer Research project (QIICR). Details list of improvements is reported here: <a href="https://github.com/QIICR/ProjectIssuesAndWiki/wiki/Slicer-Infrastructure-Projects" target="_blank">https://github.com/QIICR/ProjectIssuesAndWiki/wiki/Slicer-Infrastructure-Projects</a><br>




<br> <br>--==[ CLIs ]==-<br><br>MedInria integration - In order to fully leverage the CLI framework, CTK has been integrated into the MedInria build system. The CLI plugin was also updated to the latest version of the medInria internal APIs, and preliminary work was done to integrate the CLI framework more natively into the medInria architecture. Checkout the list of frameworks that already integrated the CLI mechanism: <a href="http://www.commontk.org/index.php/CLI_In_Context" target="_blank">http://www.commontk.org/index.php/CLI_In_Context</a>.<br>




<br>SlicerChronicle - A Slicer module that communicates with Chronicle has been prototyped. Chronicle is a scalable, distributed, standards-based database to support detailed descriptions of patient state and treatment scenarios in support of multi-system modelling. See <a href="https://github.com/pieper/SlicerChronicle" target="_blank">https://github.com/pieper/SlicerChronicle</a><br>




<br>--==[ XNAT ]==-<br><br>CTK XNAT support has been extended and improved to fully leverage qRestAPI library capabilities. qRestAPI is simple Qt library allowing to synchronously or asynchronously query a REST server. Improvements include support for addition of new subjects, folders and data, as well as saving changed objects back to the XNAT server. Further, access to assessments, reports and forms was improved/added.<br>




<br> <br>--==[ CTK infrastructure ]==-<br> <br>Qt5 support - User pull requests updating both CTK and PythonQt have been consolidated and reviewed. In the coming weeks, corresponding work will be finalized and integrated into CTK.<br>




 <br>Back to “regular” CDash layout - When establishing the CTK infrastructure, we initially chose to “hijack” the capabilities of CDash to support subprojects to display build and test results of CTK internal libraries as subprojects. While the initial idea was ambitious, it complexified the underlying infrastructure and make the review of submissions more difficult. We decided to revert to a more traditional layout and present result on a single consolidated page.<br>




 <br>TravisCI - Work has been done to leverage the continuous integration platform TravisCI, when integrated. Every integration to CTK master branch will trigger a build and associated build and testing results will be uploaded to CDash.<br>




 <br>CTK Debian package - We continue our effort to provide CTK packages on Debian based linux distribution. Details reported here: <a href="http://www.commontk.org/index.php/Debian_Packaging" target="_blank">http://www.commontk.org/index.php/Debian_Packaging</a><br>




<br>Bug tracker - We reviewed the long standing issues and closed the one which were not relevant any more. <br><br>This post was collaboratively edited and reviewed by the CTK hackers.</div>8<-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------<span><font color="#888888"><div>




<div><div><div><br>-- <br><a href="tel:%2B1%20919%20869%208849" value="+19198698849" target="_blank">+1 919 869 8849</a><br>
</div></div></div></div></font></span></div>
<br></div></div></div></div><div class=""><div>_______________________________________________<br>
Ctk-developers mailing list<br>
<a href="mailto:Ctk-developers@commontk.org" target="_blank">Ctk-developers@commontk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers</a><br>
<br></div></div></blockquote></div><br></div>
</div><br></div>
<br>_______________________________________________<br>
Ctk-developers mailing list<br>
<a href="mailto:Ctk-developers@commontk.org">Ctk-developers@commontk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers</a><br>
<br></blockquote></div><br></div>