Mercurial > hg > orthanc
view Plugins/Samples/GdcmDecoder/README @ 2276:b85f68a98474
ImportDicomFiles: Look for Python interpreter in PATH
Some environments (in particular the official Docker image for Python)
use a different path. `env' will lookup the given command in the PATH
directories like shells do (though without the overhead), thus making
the script more portable (it's conventional to have /usr/bin/env present
everywhere).
author | Thibault Nélis <tn@osimis.io> |
---|---|
date | Wed, 12 Apr 2017 18:01:04 +0200 |
parents | 8ae1a18b9afb |
children |
line wrap: on
line source
This sample shows how to replace the decoder of DICOM images that is built in Orthanc, by the GDCM library. A production-ready version of this sample, is available in the offical Web viewer plugin: http://www.orthanc-server.com/static.php?page=web-viewer