diff --git a/IRaCIS.Core.API/appsettings.Prod_IRC.json b/IRaCIS.Core.API/appsettings.Prod_IRC.json
index 257d517e3..7d6013b68 100644
--- a/IRaCIS.Core.API/appsettings.Prod_IRC.json
+++ b/IRaCIS.Core.API/appsettings.Prod_IRC.json
@@ -42,7 +42,7 @@
"LoginMaxFailCount": 5,
"LoginFailLockMinutes": 30,
- "AutoLoginOutMinutes": 60,
+ "AutoLoginOutMinutes": 360,
"OpenLoginMFA": false
diff --git a/IRaCIS.Core.API/appsettings.Test_IRC.json b/IRaCIS.Core.API/appsettings.Test_IRC.json
index 44e6a76ad..9ef5c0ff1 100644
--- a/IRaCIS.Core.API/appsettings.Test_IRC.json
+++ b/IRaCIS.Core.API/appsettings.Test_IRC.json
@@ -9,7 +9,6 @@
"ConnectionStrings": {
"RemoteNew": "Server=106.14.89.110,1435;Database=Test_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true",
"Hangfire": "Server=106.14.89.110,1435;Database=Test_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true"
-
},
"ObjectStoreService": {
@@ -35,7 +34,6 @@
"bucketName": "irc-test",
"viewEndpoint": "https://hir-oss.test.extimaging.com/irc-test"
},
-
"AWS": {
"endPoint": "s3.us-east-1.amazonaws.com",
"useSSL": true,
diff --git a/IRaCIS.Core.API/appsettings.US_Prod_IRC.json b/IRaCIS.Core.API/appsettings.US_Prod_IRC.json
new file mode 100644
index 000000000..9831fa664
--- /dev/null
+++ b/IRaCIS.Core.API/appsettings.US_Prod_IRC.json
@@ -0,0 +1,76 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft": "Warning",
+ "Microsoft.Hosting.Lifetime": "Information"
+ }
+ },
+ "ConnectionStrings": {
+ "RemoteNew": "Server=us-prod-mssql-service,1433;Database=US_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true",
+ "Hangfire": "Server=us-prod-mssql-service,1433;Database=US_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true"
+ //"RemoteNew": "Server=44.210.231.169,1435;Database=US_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true",
+ //"Hangfire": "Server=44.210.231.169,1435;Database=US_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true",
+ },
+
+ "ObjectStoreService": {
+ "ObjectStoreUse": "AWS",
+ "AliyunOSS": {
+ "regionId": "cn-shanghai",
+ "endPoint": "https://oss-cn-shanghai.aliyuncs.com",
+ "accessKeyId": "",
+ "accessKeySecret": "",
+ "bucketName": "zy-irc-test-store",
+ "roleArn": "acs:ram::1899121822495495:role/oss-upload",
+ "viewEndpoint": "https://zy-irc-test-store.oss-cn-shanghai.aliyuncs.com",
+ "region": "oss-cn-shanghai"
+ },
+
+ "MinIO": {
+ "endPoint": "44.210.231.169",
+ "port": "9001",
+ "useSSL": false,
+ "accessKey": "e9bT1isTOqSAUxb6wd4n",
+ "secretKey": "b5TaDzNdQCBtCvfm8eZ3dR6yY7tfZu2JYze2Po1i",
+ "bucketName": "prod-irc-us",
+ "viewEndpoint": "http://44.210.231.169:9001/prod-irc-us/"
+ },
+
+ "AWS": {
+ "endPoint": "s3.us-east-1.amazonaws.com",
+ "useSSL": true,
+ "accessKey": "AKIAW3MEAFJX5P32P6NA",
+ "secretKey": "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",
+ "bucketName": "ei-med-s3-lili-store",
+ "viewEndpoint": "https://ei-med-s3-lili-store.s3.amazonaws.com/"
+ }
+ },
+ "BasicSystemConfig": {
+
+ "OpenUserComplexPassword": false,
+
+ "OpenSignDocumentBeforeWork": false,
+
+ "OpenTrialRelationDelete": true,
+
+ "OpenLoginLimit": false,
+
+ "LoginMaxFailCount": 5,
+
+ "LoginFailLockMinutes": 30,
+ "AutoLoginOutMinutes": 60
+ },
+
+ "SystemEmailSendConfig": {
+ "Port": 465,
+ "Host": "smtp.qiye.aliyun.com",
+ "FromEmail": "test@extimaging.com",
+ "FromName": "Test_IRC",
+ "AuthorizationCode": "SHzyyl2021",
+ "CompanyName": "Elevate Imaging",
+ "CompanyNameCN": "上海展影医疗科技有限公司",
+ "CompanyShortName": "Elevate Imaging",
+ "CompanyShortNameCN": "展影医疗"
+ }
+
+}
diff --git a/IRaCIS.Core.API/appsettings.US_Test_IRC.json b/IRaCIS.Core.API/appsettings.US_Test_IRC.json
new file mode 100644
index 000000000..5278ddb56
--- /dev/null
+++ b/IRaCIS.Core.API/appsettings.US_Test_IRC.json
@@ -0,0 +1,82 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft": "Warning",
+ "Microsoft.Hosting.Lifetime": "Information"
+ }
+ },
+ "ConnectionStrings": {
+ "RemoteNew": "Server=106.14.89.110,1435;Database=Test_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true",
+ "Hangfire": "Server=106.14.89.110,1435;Database=Test_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true"
+ },
+
+ "ObjectStoreService": {
+
+ "ObjectStoreUse": "MinIO",
+ "AliyunOSS": {
+ "regionId": "cn-shanghai",
+ "endPoint": "https://oss-cn-shanghai.aliyuncs.com",
+ "accessKeyId": "LTAI5tKvzs7ed3UfSpNk3xwQ",
+ "accessKeySecret": "zTIceGEShlZDGnLrCFfIGFE7TXVRio",
+ "bucketName": "zy-irc-test-store",
+ "roleArn": "acs:ram::1899121822495495:role/oss-upload",
+ "viewEndpoint": "https://zy-irc-test-store.oss-cn-shanghai.aliyuncs.com",
+ "region": "oss-cn-shanghai"
+ },
+
+ "MinIO": {
+ //"endPoint": "hir-oss.uat.extimaging.com",
+ //"port": "443",
+ //"useSSL": true,
+ //"viewEndpoint": "https://hir-oss.uat.extimaging.com/hir-uat",
+
+ "endPoint": "47.117.164.182",
+ "port": "9001",
+ "useSSL": false,
+ "viewEndpoint": "http://47.117.164.182:9001/test-irc-us",
+
+ "accessKey": "b9Ul0e98xPzt6PwRXA1Q",
+ "secretKey": "DzMaU2L4OXl90uytwOmDXF2encN0Jf4Nxu2XkYqQ",
+ "bucketName": "test-irc-us"
+
+ },
+
+ "AWS": {
+ "endPoint": "s3.us-east-1.amazonaws.com",
+ "useSSL": true,
+ "accessKey": "AKIAZQ3DRSOHFPJJ6FEU",
+ "secretKey": "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",
+ "bucketName": "ei-irc-test-store",
+ "viewEndpoint": "https://ei-irc-test-store.s3.amazonaws.com/"
+ }
+ },
+ "BasicSystemConfig": {
+
+ "OpenUserComplexPassword": false,
+
+ "OpenSignDocumentBeforeWork": false,
+
+ "OpenTrialRelationDelete": true,
+
+ "OpenLoginLimit": false,
+
+ "LoginMaxFailCount": 5,
+
+ "LoginFailLockMinutes": 30,
+ "AutoLoginOutMinutes": 60
+ },
+
+ "SystemEmailSendConfig": {
+ "Port": 465,
+ "Host": "smtp.qiye.aliyun.com",
+ "FromEmail": "test@extimaging.com",
+ "FromName": "Test_IRC",
+ "AuthorizationCode": "SHzyyl2021",
+ "CompanyName": "Elevate Imaging",
+ "CompanyNameCN": "上海展影医疗科技有限公司",
+ "CompanyShortName": "Elevate Imaging",
+ "CompanyShortNameCN": "展影医疗"
+ }
+
+}
diff --git a/IRaCIS.Core.API/appsettings.US_IRC.json b/IRaCIS.Core.API/appsettings.US_Uat_IRC.json
similarity index 82%
rename from IRaCIS.Core.API/appsettings.US_IRC.json
rename to IRaCIS.Core.API/appsettings.US_Uat_IRC.json
index fe1312e46..212bae7ab 100644
--- a/IRaCIS.Core.API/appsettings.US_IRC.json
+++ b/IRaCIS.Core.API/appsettings.US_Uat_IRC.json
@@ -16,7 +16,7 @@
"ObjectStoreService": {
- "ObjectStoreUse": "AWS",
+ "ObjectStoreUse": "MinIO",
"AliyunOSS": {
"regionId": "cn-shanghai",
@@ -30,13 +30,20 @@
},
"MinIO": {
- "endPoint": "192.168.3.68",
- "port": "8001",
+ //"endPoint": "hir-oss.us.extimaging.com",
+ //"port": "443",
+ //"useSSL": true,
+ //"viewEndpoint": "https://hir-oss.us.extimaging.com/hir-us",
+
+ "endPoint": "44.218.11.19",
+ "port": "9001",
"useSSL": false,
- "accessKey": "IDFkwEpWej0b4DtiuThL",
- "secretKey": "Lhuu83yMhVwu7c1SnjvGY6lq74jzpYqifK6Qtj4h",
- "bucketName": "test",
- "viewEndpoint": "http://192.168.3.68:8001/test/"
+ "viewEndpoint": "http://44.218.11.19:9001/uat-irc-us",
+
+ "accessKey": "lH8DkKskLuDqPaiubuSQ",
+ "secretKey": "pdPdicvvLeH7xAC5yFUrI7odMyBfOXxvVWMvKYV4",
+ "bucketName": "uat-irc-us"
+
},
"AWS": {
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index ebd172a4c..4a3b09d4b 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -14634,6 +14634,13 @@
+
+
+ 重置阅片任务
+
+
+
+
验证阅片休息时间