Project-MONAI / monai-deploy-informatics-gateway

MONAI Deploy Informatics Gateway facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of workflows with the MONAI Deploy Workflow Manager and offers pushing the output to PACS systems.

Home Page:https://monai.io/monai-deploy-informatics-gateway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

project-monai

đź’ˇ If you want to know more about MONAI Deploy WG vision, overall structure, and guidelines, please read MONAI Deploy main repo first.

MONAI Deploy Informatics Gateway

License codecov ci

MONAI Deploy Informatics Gateway (MIG) handles the first and last step in a clinical data pipeline, the Input, and Output (I/O).

MIG uses standard protocols like DICOM and FHIR. It stores studies and resources from the medical record system as payloads. It then notifies the rest of the MONAI Deploy system, specifically the MONAI Deploy Workflow Manager, that data is ready to be processed.

After inference completes, MIG receives notifications for exporting the results to the proper consumers, usually PACS or viewers for visualization, VNAs for storage, and EHRs (Electronic Healthcare Records).

Services

For a list of services hosted and supported by the Informatics Gateway, please refer to the User Guide section.

Installation

Please refer to the latest user guide for installation instructions.

Getting started

Runtime Requirements

  • Docker 20.10.7 or later

Development Requirements

During development, change any settings inside the appsettings.Development.json file. First, export the following environment variable before executing dotnet run:

Bash

export DOTNET_ENVIRONMENT=Development

Powershell

$env:DOTNET_ENVIRONMENT="Development"

Building MONAI Deploy Informatics Gateway

dotnet build

Contributing

For guidance on making a contribution, see the contributing guidelines.

Community

To participate, please join the MONAI Deploy App SDK weekly meetings on the calendar and review the meeting notes.

Join the conversation on Twitter @ProjectMONAI or join our Slack channel.

Ask and answer questions over on MONAI Deploy Informatics Gateway's GitHub Discussions tab.

License

Copyright (c) MONAI Consortium. All rights reserved. Licensed under the Apache-2.0 license.

This software uses the Microsoft .NET 6.0 library, and the use of this software is subject to the Microsoft software license terms.

By downloading this software, you agree to the license terms & all licenses listed on the third-party licenses page.

Links

About

MONAI Deploy Informatics Gateway facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of workflows with the MONAI Deploy Workflow Manager and offers pushing the output to PACS systems.

https://monai.io/monai-deploy-informatics-gateway/

License:Apache License 2.0


Languages

Language:C# 98.9%Language:Gherkin 0.7%Language:Shell 0.3%Language:Dockerfile 0.1%