A web application that allows radiologists to view and manage their exam worklist powered with DICOM Viewer
- Radiologists can securely log in to the web application.
- Create a new Exam.
- Comprehensive view the list of exams.
- View DICOM images from local computer.
- Viewing Functionalites
- Window/Level
- Zoom
- Rotate
- Pan
- Add, Move & Remove Measurement tool to & from DICOM images.
- Length
- Angle
- Ellipse
- Rectangle
- Freehand
- Eraser
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
node.js
andnpm
. - You have a
Windows
machine. This project may run on other operating systems but it was developed and tested onWindows
. - You have ASP.NET Core 8 installed on your machine.
- You have SQL Server.
- You have SSMS.
To install <project_name>, follow these steps:
- Clone the repository:
git clone git@github.com:1brahimmohamed/HealthTOM-Radiology-Worklist.git
- Navigate to the project directory:
cd HealthTOM-Radiology-Worklist
- Install the frontend dependencies:
cd cli
npm install
To use <project_name>, follow these steps:
- Start the backend server:
cd srv
dotnet watch run
- Start the frontend server:
cd cli
npm run dev
- Open your web browser and visit
http://localhost:5173
.