Skip to content
forked from SMI/RdmpDicom

Plugin for RDMP that adds support for load, linking (with EHR data in relational databases) and extracting anonymous DICOM images for researchers.

License

Notifications You must be signed in to change notification settings

1059444127/RdmpDicom

 
 

Repository files navigation

RdmpDicom

Plugin for RDMP that adds support for load, linking (with EHR data in relational databases) and extracting anonymous DICOM images for researchers.

Using Plugin

The following demo shows how RDMP dicom plugin works: https://youtu.be/j42hmVZKRb4

Functionality is divided into the following areas:

The Plugin can be downloaded from the releases section of GitHub or you can build it yourself.

Building

Building requires MSBuild 15 or later (or Visual Studio 2017 or later). You will also need to install the DotNetCore 2.2 SDK.

You can build Rdmp.Dicom as a plugin for RDMP by running the following:

dotnet build
dotnet publish .\Plugin\netcoreapp2.2\netcoreapp2.2.csproj -r win-x64
nuget pack Rdmp.Dicom.nuspec -Properties Configuration=Debug -IncludeReferencedProjects -Symbols -Version 0.0.1

This should produce a nuget package with runtimes compatible with RDMP client and CLI.

About

Plugin for RDMP that adds support for load, linking (with EHR data in relational databases) and extracting anonymous DICOM images for researchers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.9%
  • Ruby 2.1%
  • TSQL 1.0%