Skip to content

Support custom data ingestion/export services #500

Open
@mocsharp

Description

@mocsharp

Is your feature request related to a problem? Please describe.

MONAI Deploy was designed to support multiple/custom data ingestion and export services. In order to do so, the workflow schema must be updated to support it.

Describe the solution you'd like

The team should meet to discuss how to support custom data input and output services.
E.g. the export request event includes the name of the service (such as, md.export.request.monaiscu) which should be defined in the workflow definition so no code changes are required.

 "informatics-gateway": {
      "ae-title": "MYAET",
      "data-origins": [
        {
          "name": "MY_SCANNER"
        }
      ],
      "export-destinations": [
        {
          "name": "PROD_PACS"
        }
      ]
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions