All Projects → NVIDIA → clara-dicom-adapter

NVIDIA / clara-dicom-adapter

Licence: Apache-2.0 license
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.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to clara-dicom-adapter

AlizaMS
DICOM Viewer
Stars: ✭ 144 (+364.52%)
Mutual labels:  dicom, medical, medical-imaging
monai-deploy
MONAI Deploy aims to become the de-facto standard for developing, packaging, testing, deploying and running medical AI applications in clinical production.
Stars: ✭ 56 (+80.65%)
Mutual labels:  dicom, healthcare, medical-imaging
Fo Dicom
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity
Stars: ✭ 674 (+2074.19%)
Mutual labels:  dicom, medical, medical-imaging
fuse-med-ml
A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Stars: ✭ 66 (+112.9%)
Mutual labels:  medical, healthcare, medical-imaging
Dicom
⚡High Performance DICOM Medical Image Parser in Go.
Stars: ✭ 643 (+1974.19%)
Mutual labels:  dicom, medical, medical-imaging
Starviewer
Starviewer, a cross-platform open source medical imaging software
Stars: ✭ 83 (+167.74%)
Mutual labels:  dicom, medical, medical-imaging
Dicom Server
OSS Implementation of DICOMweb standard
Stars: ✭ 101 (+225.81%)
Mutual labels:  dicom, healthcare, medical-imaging
dicomifier
A medical image converter
Stars: ✭ 22 (-29.03%)
Mutual labels:  dicom, medical-imaging
Dicoogle
Dicoogle - Open Source PACS
Stars: ✭ 237 (+664.52%)
Mutual labels:  dicom, medical-imaging
cucim
No description or website provided.
Stars: ✭ 218 (+603.23%)
Mutual labels:  nvidia, medical-imaging
Dicomviewer
DICOM Viewer in Nextcloud
Stars: ✭ 139 (+348.39%)
Mutual labels:  dicom, medical-imaging
nnDetection
nnDetection is a self-configuring framework for 3D (volumetric) medical object detection which can be applied to new data sets without manual intervention. It includes guides for 12 data sets that were used to develop and evaluate the performance of the proposed method.
Stars: ✭ 355 (+1045.16%)
Mutual labels:  medical, medical-imaging
deid
best effort anonymization for medical images using python
Stars: ✭ 108 (+248.39%)
Mutual labels:  dicom, medical
Dicom Rs
Pure Rust implementation of the DICOM standard
Stars: ✭ 152 (+390.32%)
Mutual labels:  dicom, medical-imaging
Gdcm
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm
Stars: ✭ 240 (+674.19%)
Mutual labels:  dicom, medical-imaging
Dcmjs
Javascript implementation of DICOM manipulation
Stars: ✭ 150 (+383.87%)
Mutual labels:  dicom, medical-imaging
fo-dicom.Codecs
Cross-platform Dicom native codecs for fo-dicom
Stars: ✭ 41 (+32.26%)
Mutual labels:  dicom, fo-dicom
rt-utils
A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
Stars: ✭ 89 (+187.1%)
Mutual labels:  dicom, medical-imaging
go-dicom
DICOM parser for golang
Stars: ✭ 51 (+64.52%)
Mutual labels:  dicom, medical-imaging
ParseCareKit
Securely synchronize any CareKit 2.1+ based app to a Parse Server Cloud. Compatible with parse-hipaa.
Stars: ✭ 28 (-9.68%)
Mutual labels:  medical, healthcare

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].