💡 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 (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).
For a list of services hosted and supported by the Informatics Gateway, please refer to the User Guide section.
Please refer to the latest user guide for installation instructions.
- Docker 20.10.7 or later
During development, change any settings inside the appsettings.Development.json
file.
First, export the following environment variable before executing dotnet run
:
export DOTNET_ENVIRONMENT=Development
$env:DOTNET_ENVIRONMENT="Development"
dotnet build
For guidance on making a contribution, see the contributing guidelines.
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.
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.
- Website: https://monai.io
- API documentation: https://docs.monai.io/projects/monai-deploy-informatics-gateway
- Code: https://github.com/Project-MONAI/monai-deploy-informatics-gateway
- Project tracker: https://github.com/Project-MONAI/monai-deploy-informatics-gateway/projects
- Issue tracker: https://github.com/Project-MONAI/monai-deploy-informatics-gateway/issues
- Wiki: https://github.com/Project-MONAI/monai-deploy-informatics-gateway/wiki
- Test status: https://github.com/Project-MONAI/monai-deploy-informatics-gateway/actions