From 874d94cefb6be1a2d93e1b5a378e07164b4e1db2 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 29 Aug 2025 14:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Visit/PatientService.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Visit/PatientService.cs b/IRaCIS.Core.Application/Service/Visit/PatientService.cs index 0989156d6..1367fe3c5 100644 --- a/IRaCIS.Core.Application/Service/Visit/PatientService.cs +++ b/IRaCIS.Core.Application/Service/Visit/PatientService.cs @@ -7,7 +7,6 @@ using Microsoft.AspNetCore.Authorization; using IRaCIS.Core.Application.Auth; using MassTransit; using Panda.DynamicWebApi.Attributes; -using DocumentFormat.OpenXml.Spreadsheet; using AutoMapper.EntityFrameworkCore; using IRaCIS.Core.Domain.Models; using IRaCIS.Core.Application.Service.Reading.Dto; @@ -24,32 +23,27 @@ using Medallion.Threading; using IRaCIS.Core.Infrastructure; using IRaCIS.Core.Application.Contracts; using MailKit.Search; -using DocumentFormat.OpenXml.Office2010.Excel; using IRaCIS.Core.Application.Contracts.Dicom.DTO; using IRaCIS.Core.Application.Helper; using System.Linq; using System.Linq.Dynamic.Core; using System.Text; -using DocumentFormat.OpenXml.EMMA; using Azure; using System.IO.Compression; using static IRaCIS.Core.Domain.Share.StaticData; using FellowOakDicom; using IDistributedLockProvider = Medallion.Threading.IDistributedLockProvider; -using DocumentFormat.OpenXml.InkML; using Microsoft.AspNetCore.Hosting; using IRaCIS.Core.Infrastructure.Encryption; using FellowOakDicom.Network.Client; using FellowOakDicom.Network; using Microsoft.Extensions.Logging; -using DocumentFormat.OpenXml.Wordprocessing; using System; using IRaCIS.Core.Infra.EFCore.Migrations; using System.Dynamic; using System.Threading.Channels; using IRaCIS.Core.Application.Helper.OtherTool; using IRaCIS.Core.Infrastructure.Extention; -using NPOI.SS.Formula.Functions; namespace IRaCIS.Application.Services