Click "Choose File" and select a DICOM P10 file on your local file system or drag and drop a DICOM P10 file.
This example illustrates how to use the cornerstoneWADOImageLoader to read a DICOM P10 SOP instance from the local file system and display it in your web browser using cornerstone. Not all transfer syntaxes are currently supported, click here for the full list.
NOTE: If the DICOM P10 file is multiframe, only the first frame will be displayed. Access to
other frames is possible by adding the query string parameter frame to specify which frame
to display from a multiframe object (defaults to the first frame if not specified). ?frame=2
NOTE: Browser security prevents javascript from reading the file system directly - files must be chosen manually by the user via the element as shown in this example or via drag and drop.