diff --git a/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs b/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs index f98352d..ef75238 100644 --- a/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs +++ b/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs @@ -446,7 +446,7 @@ namespace IRaCIS.Core.API.Controllers var files = Directory.GetFiles(folderPath); // 创建一个唯一的ZIP文件名 - var zipFileName = $"archive_{DateTime.Now:yyyyMMddHHmmss}.zip"; + var zipFileName = $"Image_Compressed_{DateTime.Now:yyyyMMddHHmmss}.zip"; var tempStoreFolder = Path.Combine(FileStoreHelper.GetIRaCISRootDataFolder(_hostEnvironment), StaticData.Folder.TempFileFolder); diff --git a/IRaCIS.Core.Application/Resources/en-US.json b/IRaCIS.Core.Application/Resources/en-US.json index 42c9c27..acb2887 100644 --- a/IRaCIS.Core.Application/Resources/en-US.json +++ b/IRaCIS.Core.Application/Resources/en-US.json @@ -5,7 +5,7 @@ "TrialService_OnlyInInitOrProgress": "Operations are allowed only when the project status is Ongoing.", "TrialService_ExistPN": "The same Project ID already exists", - "SubjectService_ExistSubjectCode": "A patient with the relevant patient ID already exists.", + "SubjectService_ExistSubjectCode": "Same patient ID has already existed.", "SubjectService_ExistImage": "An image study has been uploaded for this patient, and the deletion of this patient is not allowed.", "SubjectVisitServiece_ExistOtherInCurrent": "In the patient's study batch, there is an unplanned study batch after the previous study, please re-select the previous study.",