https://github.com/iberisoft/x-view-simple-storage
DICOM image viewer service
https://github.com/iberisoft/x-view-simple-storage
dicom image-viewer node-js
Last synced: about 1 month ago
JSON representation
DICOM image viewer service
- Host: GitHub
- URL: https://github.com/iberisoft/x-view-simple-storage
- Owner: iberisoft
- Created: 2023-11-05T16:36:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-29T00:35:51.000Z (10 months ago)
- Last Synced: 2025-08-29T05:22:53.615Z (10 months ago)
- Topics: dicom, image-viewer, node-js
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XView Service
This is a simple backend service used by [XView](https://github.com/iberisoft/x-view.git) and developed for demonstration purposes.
The `dcm2jpg` tool is used to convert DICOM files to JPEG for prerendering.
## Prerequisites
* [Node.js](https://nodejs.org)
* [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
## Dependencies
Add the project dependencies:
```
npm install
```
### Building ###
Build `dcm2jpg` tool:
```
cd dcm2jpg
dotnet build -c Release
```
## Running
Run the service:
```
npm run start
```