Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 2.13 KB

README.md

File metadata and controls

68 lines (42 loc) · 2.13 KB

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|--crd]
# or 
src$ ./run-tests.sh  [--unit|--integration|--crd]

Contributing

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

Licenses