A basic DICOM worklist provider

Recently we were asked to write a PHP DICOM Worklist server for an overseas customer. DICOM Multi-tool seemed like overkill, and so we put together a very basic project that:

  • Generates DCMTk-compatible dump files from a MySQL schema
  • Converts those dump files to .wl data files
  • Launches wlmscpfs (DCMTk’s worklist daemon) and points it to the records the app creates

This application has no database of its own. But it’s now available under an MIT license. Feel free to comment, contribute and enjoy.