Enter a URL for a WADO DICOM object below to see its elements
This example illustrates how to fetch a WADO DICOM object and parse it using dicomParser. Note that the WADO DICOM objects are not uploaded anywhere, all processing is done inside your web browser in Javascript.
If you get an HTTP error and your URL is correct, it is probably because the server is not configured to allow Cross Origin Requests. Most browsers will allow you to enable cross domain requests via settings or command line switches, you can start chrome with the command line switch--disable-web-security
to allow cross origin requests.
See the Enable CORS site for information about CORS.