Skip to content

This cross platform tool can be used to migrate dcm files from one PACS to another

License

Notifications You must be signed in to change notification settings

arjunraghurama/pacs-data-migration-tool

Repository files navigation

pacs-data-migration-tool

This donet tool can be used to migrate dcm files from one PACS to another

Status

Build

Abstract

In medical domain software development we are often required to to some Poc using dicom servers. Re-creating the data can be hastle. So this tool can be used to copy data from one dicom server to another.

Usage

Run the make file

make build

This will generate the binaries in the bin folder in the current directory.

Now edit the appsettings.json file in bin directory with the Source and Destination Dicom server details

To run the data migration tool, go to bin and run folling command

dotnet PacsDataMigrationTool.dll

Using Docker

The same can be acheived through docker also. First build the code using make. Make changes to appsettings.json in bin directory Then run

docker-compose up

To shutdown the service run

docker-compose down

About

This cross platform tool can be used to migrate dcm files from one PACS to another

Topics

Resources

License

Stars

Watchers

Forks