This is a simple backend service used by XView and developed for demonstration purposes.
The dcm2jpg tool is used to convert DICOM files to JPEG for prerendering.
Add the project dependencies:
npm install
Build dcm2jpg tool:
cd dcm2jpg
dotnet build -c Release
Run the service:
npm run start <rootPath>