NVIDIA / clara-dicom-adapter

DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems.
https://nvidia.github.io/clara-dicom-adapter/
Apache License 2.0
37 stars 14 forks source link

Recreating same Clara AET results in multiple pipeline jobs created #12

Closed mocsharp closed 4 years ago

mocsharp commented 4 years ago

Description

Deleting an AE then recreating it (with same AET) causes multiple jobs to be created.

Steps to reproduce

Please share a clear and concise description of the problem.

  1. clara dicom create aet -a MYAE pipeline-X=123456
  2. clara dicom delete aet -n MYAE
  3. clara dicom create aet -a MYAE pipeline-X=ABCDEFG

Expected behavior

A new job is created with pipeline ABCDEFG

Actual behavior

2 jobs are created, one with 123456 and other one ABCDEFG

Configuration