diff --git a/app/DAL/Studies/IUserStudyLister.php b/app/DAL/Studies/IUserStudyLister.php index 26d8613..8a17e16 100644 --- a/app/DAL/Studies/IUserStudyLister.php +++ b/app/DAL/Studies/IUserStudyLister.php @@ -2,7 +2,6 @@ namespace App\DAL\Studies; -use App\Domain\Report\ReportStatus; use App\Domain\Study\WorkflowLevel; use Illuminate\Contracts\Database\Eloquent\Builder; use Illuminate\Contracts\Pagination\LengthAwarePaginator; @@ -13,8 +12,6 @@ public function setRadiologist(int $radiologist_id): self; public function setWorkflowLevel(WorkflowLevel $status): self; - public function setReportStatus(ReportStatus $status): self; - public function setPerPage(int $size): self; public function setSortOrder(string $order): self;