Skip to content

Commit

Permalink
fix collection of ct processing
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Feb 27, 2024
1 parent c7147ae commit b97fe1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b97fe1c

Please sign in to comment.