feat: Add filter usage warning in water process mode.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"AnonymousMode": false
|
||||
},
|
||||
"protocol": {
|
||||
"default": "0",
|
||||
"default": "1",
|
||||
"lists": "0;1;2;3"
|
||||
},
|
||||
"storagepolicy": {
|
||||
@@ -42,12 +42,12 @@
|
||||
"lastlogin": {
|
||||
"password": "",
|
||||
"remember": "false",
|
||||
"usercode": ""
|
||||
"usercode": "usct"
|
||||
},
|
||||
"worklist": {
|
||||
"ae": "WORKLIST",
|
||||
"ip": "192.168.1.6",
|
||||
"localAE": "gui2",
|
||||
"localAE": "gui",
|
||||
"port": "11112"
|
||||
},
|
||||
"pacs": {
|
||||
@@ -58,14 +58,14 @@
|
||||
},
|
||||
"recon": {
|
||||
"ae": "server9D",
|
||||
"ip": "192.168.1.153",
|
||||
"ip": "192.168.1.2",
|
||||
"localAE": "3D recon",
|
||||
"port": "5003",
|
||||
"transferPath": "",
|
||||
"scancanwithoutrecon": false
|
||||
"transferPath": "/home/krad/Storage/Raw",
|
||||
"scancanwithoutrecon": true
|
||||
},
|
||||
"mpps": {
|
||||
"open": true,
|
||||
"open": false,
|
||||
"ae": "WORKLIST",
|
||||
"ip": "192.168.1.6",
|
||||
"localAE": "gui2",
|
||||
@@ -101,8 +101,10 @@
|
||||
}]
|
||||
},
|
||||
"worklistfilter": {
|
||||
"modality": "US",
|
||||
"date": "0"
|
||||
"default": "Recent3Days",
|
||||
"lists": "Today;Recent3Days;ThisWeek;ThisMonth",
|
||||
"date": "-1",
|
||||
"modality": ""
|
||||
},
|
||||
"screensaver": {
|
||||
"open": false,
|
||||
@@ -119,5 +121,9 @@
|
||||
},
|
||||
"reconlist": {
|
||||
"expire": "30"
|
||||
},
|
||||
"filter": {
|
||||
"usage": "0",
|
||||
"maximumusage": "100"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user