Skip to content

Status and Roadmap

Xeos edited this page Sep 30, 2016 · 8 revisions

Current Status

  • Development Branch: This is currently the maintained branch of the project with new features.

  • fo-dicom-integration Branch: This branch is for integrating the code with fo-dicom as the DICOM toolkit

    • Replace ClearCanvas with fo-dicom: completed
    • Code builds and committed to branch: completed
    • Testing and fixing bugs: completed
    • Branch has been forked to "Development" branch where all new development will happen
    • Branch won't receive any future updates and will be dropped
  • master Branch: This is the initial version which uses the ClearCanvas dicom toolkit when I committed the code to github. This is not maintained anymore and the new code (development) is using fo-dicom.

    • At some point, this will be replaced by a stable version from development branch.

Roadmap

  • Add required DICOM Web features
  • Fix bugs
  • Integrate with existing Web Viewers:
    • DWV: The WADO-URI endpoint can be loaded into this viewer to read and display DICOM images hosted by the server. Doesn't seem to support multi-frame images yet.

This URL will use the WADO-URI endpoint on DICOMcloud public server to load a DICOM image into the DWV viewer: https://ivmartel.github.io/dwv/demo/stable/viewers/mobile/index.html?input=https%3A%2F%2Fdicomcloud.azurewebsites.net%2Fapi%2Fwadouri%3FRequestType%3Dwado%26studyUID%3D1.3.12.2.1107.5.1.4.80111.30000014050605254326500000013%26seriesUID%3D1.3.12.2.1107.5.1.4.80111.30000014050605275193700000496%26objectUID%3D1.3.12.2.1107.5.1.4.80111.30000014050605275193700000650%26contentType%3Dapplication%2Fdicom%0A

  • Support has been added now for the TransferSyntax parameter in the WADO-URI and WADO-RS services.
Clone this wiki locally