-
Notifications
You must be signed in to change notification settings - Fork 12
/
params.json
1 lines (1 loc) · 2.35 KB
/
params.json
1
{"name":"Dcmjs","tagline":"Web infrastructure for the cross-compiled dcmtk in javascript (uses emscripten)","body":"### Welcome to dcmjs\r\ndcmjs is a javascript cross-compilation of dcmtk (dcmtk.org) for use\r\nin a javascript environment. Uses emscripten.\r\n\r\n http://www.dcmjs.org\r\n\r\nSee License.txt for information on using and contributing.\r\n\r\n### Why??\r\nDICOM is a wonderful but tricky standard to support. Particularly when working with real-world DICOM implementations it is very common to run into non-standard data file, or even standard files that use valid but unusual aspects of the standard. Lucky people can ignore these problem DICOM files. Unlucky people need to find workarounds and deal the files. Fortunately for the unlucky people, a community of software developers had worked around many of the issues and dcmtk is a robust toolkit that embeds hard-earned knowledge in a C++ library.\r\n\r\nBut the dcmtk C++ library needs to be compiled to be useful. And it needs to be installed on a computer in order to operate. Traditionally, C++ compilers, linkers, and packaging tools are used for this task. It's a task to build a package and it's sometimes a burden to have users install packages on their computers. Not to mention there are support issues with native software installations.\r\n\r\nInstead, for some applications we'd like to have a website that understands dicom and is able to process it locally. A very common use case for this is running dicom deidentification code, where the patient confidential data cannot leave the host institution without being deidentified. In these situations a server-based application can't work. This is the case that led us to try building dcmjs.\r\n\r\n### What??\r\nThe dcmtk code is compiles with cmake in the normal way, but using the emsdk. More details on how to replicate this will be added as the system gets refined. For now you can use the .js files as-is.\r\n\r\n### Authors and Contributors\r\ndcmjs is a product of the May 2014 CTK Hackfest, hosted at Washington University, St. Louis. See the events page at commontk.org for more info. DCMTK is from Offis (offis.de)\r\n \r\n### Support or Contact\r\nNot yet supported so don't expect this to work any time soon.","google":"UA-50750505-1","note":"Don't delete this file! It's used internally to help with page regeneration."}