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.
- .NET Core 3.1 SDK
- DCMTK (Required for running integration test)
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
src$ dotnet build
$ ./build.sh
src$ ./run-tests-in-docker.sh [--unit|--integration]
# or
src$ ./run-tests.sh [--unit|--integration]
For guidance on making a contribution to Clara DICOM Adapter, see the contributing guidelines.