Skip to content

Commit a6b6e6f

Browse files
committed
added completion notification and updated README
1 parent 35bcf17 commit a6b6e6f

7 files changed

Lines changed: 332 additions & 388 deletions

File tree

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
# A dynamic ChRIS plugin for PACS
22

3-
[![Version](https://img.shields.io/docker/v/fnndsc/pl-dypxFlow?sort=semver)](https://hub.docker.com/r/fnndsc/pl-dypxflow)
3+
[![Version](https://img.shields.io/docker/v/fnndsc/pl-dypxflow?sort=semver)](https://hub.docker.com/r/fnndsc/pl-dypxflow)
44
[![MIT License](https://img.shields.io/github/license/fnndsc/pl-dypxFlow)](https://github.com/FNNDSC/pl-dypxFlow/blob/main/LICENSE)
55
[![ci](https://github.com/FNNDSC/pl-dypxFlow/actions/workflows/ci.yml/badge.svg)](https://github.com/FNNDSC/pl-dypxFlow/actions/workflows/ci.yml)
66

7-
`pl-dypxFlow` is a [_ChRIS_](https://chrisproject.org/)
8-
_ds_ plugin which takes in ... as input files and
9-
creates ... as output files.
7+
`pl-dypxFlow` is a [_ChRIS_](https://chrisproject.org/) **dynamic plugin** that orchestrates a PACS-based anonymization and processing pipeline.
8+
It interacts with **Orthanc / PACS**, **pfdcm**, and **ChRIS/CUBE** services to automate DICOM workflows.
109

1110
## Abstract
1211

13-
...
12+
`pl-dypxFlow` is designed to drive an anonymization and data-flow pipeline starting from a PACS source.
13+
The plugin supports:
14+
15+
- Pattern-based input file selection
16+
- Integration with **CUBE/ChRIS**
17+
- Interaction with **PACS / Orthanc**
18+
- Optional parallel execution
19+
- Optional wait-for-completion behavior
20+
- Email notification support
21+
22+
This plugin is typically used as a **controller/orchestrator** rather than a pure data-transform plugin.
1423

1524
## Installation
1625

_pipeline.py

Lines changed: 0 additions & 295 deletions
This file was deleted.

0 commit comments

Comments
 (0)