$patients * @param LazyCollection $migrations * @param LazyCollection $reanimations * @param int $userId * @param int $departmentId * @return array{savedPatients: int, savedMigrations: int, savedReanimations: int} */ public function upsertSnapshot( int $reportDutyId, LazyCollection $patients, LazyCollection $migrations, LazyCollection $reanimations, int $userId, int $departmentId ): array; }