clara-dicom-adapter
clara-dicom-adapter copied to clipboard
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...
Clara DICOM Adapter
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
- .NET Core 3.1 SDK
- DCMTK (Required for running integration test)
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
- NVIDIA License
- Individual Contributor License Agreement
- Open Source Licenses