diff --git a/GaelO2/app/GaelO/Services/GaelOProcessingService/TmtvProcessingService.php b/GaelO2/app/GaelO/Services/GaelOProcessingService/TmtvProcessingService.php index 06b978bbd..2c4585c65 100644 --- a/GaelO2/app/GaelO/Services/GaelOProcessingService/TmtvProcessingService.php +++ b/GaelO2/app/GaelO/Services/GaelOProcessingService/TmtvProcessingService.php @@ -38,7 +38,7 @@ public function runInference(): MaskProcessingService $this->orthancService->sendDicomToProcessing($this->ptOrthancSeriesId, $this->gaelOProcessingService); $this->addCreatedRessource('dicoms', $this->ptOrthancSeriesId); $this->orthancService->sendDicomToProcessing($this->ctOrthancSeriesId, $this->gaelOProcessingService); - $this->addCreatedRessource('dicoms', $this->ptOrthancSeriesId); + $this->addCreatedRessource('dicoms', $this->ctOrthancSeriesId); $idPT = $this->gaelOProcessingService->createSeriesFromOrthanc($this->ptOrthancSeriesId, true, true); $this->addCreatedRessource('series', $idPT);