From b97fe1c1131e9938c4316d6de6f272f93fac7e09 Mon Sep 17 00:00:00 2001 From: Salim Kanoun Date: Tue, 27 Feb 2024 22:55:47 +0100 Subject: [PATCH] fix collection of ct processing --- .../Services/GaelOProcessingService/TmtvProcessingService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);