Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems.

License

NVIDIA/clara-dicom-adapter

Repository files navigation

NVIDIA

Clara DICOM Adapter

License CI Build codecov

Designed for the Clara Deploy SDK, the Clara DICOM Adapter implements the necessary DICOM services for interoperability between Clara and other medical devices. The Clara DICOM Adapter allows you to send/receive DICOM objects using standard DICOM protocols and interpret standard DICOM part-10 formats.

Additional Resources to Learn More on Clara Deploy

Build

Prerequisites

Development Environment

DICOM Adapter follows the Generic Host design with .NET Core. In order for it to pickup appsettings.Development.json you must export the following environment variable before executing dotnet run:

export DOTNETCORE_ENVIRONMENT=Development

Building Clara DICOM Adapter

src$ dotnet build

Building Clara DICOM Adapter Docker Container

$ ./build.sh

Running Unit Test

src$ ./run-tests-in-docker.sh [--unit|--integration]
# or 
src$ ./run-tests.sh  [--unit|--integration]

Contributing

For guidance on making a contribution to Clara DICOM Adapter, see the contributing guidelines.

Licenses

About

DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems.

Topics

Resources

License

Stars

Watchers

Forks

Languages