Web App Overview

This is a zero-footprint DICOM viewer that runs entirely in your web browser. It's built using only vanilla JavaScript, HTML, and CSS, demonstrating the power of modern web technologies for medical imaging. The application can load and parse DICOM files, display the image, and allow for basic analysis tools like windowing, zoom, and pan. It also includes an experimental sonification feature to represent image data as sound.

How to Use

Technical Details

The application is contained within a single HTML file. The CSS is responsible for the responsive layout, ensuring it works on both desktop and mobile devices. The JavaScript code handles all the logic:

Future Directions

This viewer serves as a foundation that can be extended in many ways: