Mercurial > hg > orthanc-dicomweb
view Resources/Samples/JavaScript/README.txt @ 488:b0e9d55ee247
Fix compliance with DICOM >= 2016c: WADO-RS Retrieve transcodes to Little Endian Explicit by default
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 18 Jan 2021 16:46:17 +0100 |
parents | 3a2040a79007 |
children |
line wrap: on
line source
This is a sample JavaScript/jQuery application that makes a QIDO-RS request. To use it without facing the cross-domain restrictions, you will need to serve this folder using the "ServeFolder" plugin from the Orthanc source distribution: https://bitbucket.org/sjodogne/orthanc/src/default/Plugins/Samples/ServeFolders/ Your Orthanc configuration file will have to contain the following instruction to serve this folder as "http://localhost:8042/test/": "ServeFolders" : { "/dicom-web-test" : "<...>/Resources/Samples/JavaScript" } Where "<...>" is the path to the root of this repository. Once Orthanc is running with the adapted configuration, open Firefox or Chrome at the following URL: http://localhost:8042/dicom-web-test/index.html