feat: Change protocal config.

This commit is contained in:
sunwen
2024-05-24 15:27:35 +08:00
parent 1a722ee521
commit 8e4a4b9ef2

View File

@@ -18,7 +18,7 @@
"dateformat": "yyyy-MM-dd hh:mm:ss", "dateformat": "yyyy-MM-dd hh:mm:ss",
"defaultlanguage": "Chinese", "defaultlanguage": "Chinese",
"language": "Chinese;English", "language": "Chinese;English",
"lockScreenTimes": "Never;5 Minutes", "lockScreenTimes": "0;5;10;20;30;60;120",
"defaultLockScreenTime": "Never", "defaultLockScreenTime": "Never",
"institutionName": "浙江大学附属第二医院", "institutionName": "浙江大学附属第二医院",
"institutionAddr": "杭州市滨江区", "institutionAddr": "杭州市滨江区",
@@ -28,8 +28,8 @@
"AnonymousMode": false "AnonymousMode": false
}, },
"protocol": { "protocol": {
"default": "LSTAND", "default": "1",
"lists": "LSTAND;RSTAND;LONE;RONE" "lists": "0;1;2;3"
}, },
"storagepolicy": { "storagepolicy": {
"alarm": "false", "alarm": "false",
@@ -45,10 +45,10 @@
"usercode": "" "usercode": ""
}, },
"worklist": { "worklist": {
"ae": "CONQUESTSRV1", "ae": "DCM4CHEE",
"ip": "192.168.1.178", "ip": "192.168.1.10",
"name": "gui", "name": "gui",
"port": "5678" "port": "11112"
}, },
"pacs": { "pacs": {
"ae": "ORTHANC", "ae": "ORTHANC",
@@ -58,11 +58,12 @@
}, },
"recon": { "recon": {
"ae": "krad", "ae": "krad",
"ip": "192.168.1.15", "ip": "192.168.1.10",
"name": "3D recon", "name": "3D recon",
"port": "5003" "port": "5003"
}, },
"mpps": { "mpps": {
"open": false,
"ae": "mpps", "ae": "mpps",
"ip": "192.168.1.15", "ip": "192.168.1.15",
"name": "Mpps Server", "name": "Mpps Server",
@@ -70,9 +71,9 @@
}, },
"address": { "address": {
"device": "eth0", "device": "eth0",
"dhcp": true, "Dhcp": true,
"ip": "192.168.1.197", "ip": "192.168.1.197",
"gateway": "192.168.1.1", "gateway": "192.168.1.197",
"mask": "255.255.255.0", "mask": "255.255.255.0",
"ae": "MOON", "ae": "MOON",
"name": "daq", "name": "daq",
@@ -102,7 +103,7 @@
"lists": "Today;Recent3Days;ThisWeek;ThisMonth" "lists": "Today;Recent3Days;ThisWeek;ThisMonth"
}, },
"screensaver": { "screensaver": {
"open": true, "open": false,
"content": "screensaver.PNG;screensaver.mp4" "content": "screensaver.PNG;screensaver.mp4"
}, },
"operatorlog": { "operatorlog": {