Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/project-monai/monai-deploy-informatics-gateway
ai csharp dicom dicomweb-client dotnet ehr emr fhir fhir-client fo-dicom healthcare medical-imaging
Last synced: 5 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/project-monai/monai-deploy-informatics-gateway
- Owner: Project-MONAI
- License: apache-2.0
- Created: 2021-06-30T22:40:21.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-03T22:44:42.000Z (3 months ago)
- Last Synced: 2024-11-01T21:36:33.708Z (18 days ago)
- Topics: ai, csharp, dicom, dicomweb-client, dotnet, ehr, emr, fhir, fhir-client, fo-dicom, healthcare, medical-imaging
- Language: C#
- Homepage: https://monai.io/monai-deploy-informatics-gateway/
- Size: 10.6 MB
- Stars: 26
- Watchers: 18
- Forks: 10
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
💡 If you want to know more about MONAI Deploy WG vision, overall structure, and guidelines, please read [MONAI Deploy](https://github.com/Project-MONAI/monai-deploy) main repo first.
# MONAI Deploy Informatics Gateway
[![License](https://img.shields.io/badge/license-Apache%202.0-green.svg)](LICENSE)
[![codecov](https://codecov.io/gh/Project-MONAI/monai-deploy-informatics-gateway/branch/main/graph/badge.svg?token=34S8VI0XGD)](https://codecov.io/gh/Project-MONAI/monai-deploy-informatics-gateway)
[![ci](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/actions/workflows/ci.yml/badge.svg)](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/actions/workflows/ci.yml)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](./docs/index.md) section.
## Installation
Please refer to the latest [user guide](./docs/setup/setup.md) for installation instructions.
## Getting started
### Runtime Requirements
* Docker 20.10.7 or later
### Development Requirements
* [.NET 6 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
During development, change any settings inside the `appsettings.Development.json` file.
First, export the following environment variable before executing `dotnet run`:#### Bash
```bash
export DOTNET_ENVIRONMENT=Development
```
#### Powershell```powershell
$env:DOTNET_ENVIRONMENT="Development"
```### Building MONAI Deploy Informatics Gateway
```bash
dotnet build
```## Contributing
For guidance on making a contribution, see the [contributing guidelines](https://github.com/Project-MONAI/monai-deploy/blob/main/CONTRIBUTING.md).## Community
To participate, please join the MONAI Deploy App SDK weekly meetings on the [calendar](https://calendar.google.com/calendar/u/0/[email protected]&ctz=America/New_York) and review the [meeting notes](https://docs.google.com/document/d/1nw7JX-1kVaHiK8wBteM96xAWE3dh5wRUeC691bGuFjk/edit?usp=sharing).Join the conversation on Twitter [@ProjectMONAI](https://twitter.com/ProjectMONAI) or join our [Slack channel](https://forms.gle/QTxJq3hFictp31UM9).
Ask and answer questions over on [MONAI Deploy Informatics Gateway's GitHub Discussions tab](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/discussions).
## License
Copyright (c) MONAI Consortium. All rights reserved.
Licensed under the [Apache-2.0](LICENSE) license.This software uses the Microsoft .NET 6.0 library, and the use of this software is subject to the [Microsoft software license terms](https://dotnet.microsoft.com/en-us/dotnet_library_license.htm).
By downloading this software, you agree to the license terms & all licenses listed on the [third-party licenses](docs/compliance/third-party-licenses.md) page.
## Links
- Website:
- API documentation:
- Code:
- Project tracker:
- Issue tracker:
- Wiki:
- Test status: