Files
GUI/cfgs/usct-product.json

120 lines
2.3 KiB
JSON

{
"login": {
"defaultUser": "usct"
},
"deviceparam": {
"aeTitle": "ACME1",
"hospitalAddr": "北京",
"hospitalName": "医院",
"localHost": "192.168.1.194",
"physicians": "zys;wang;zhang;li",
"port": "12345",
"stationName": "工作站"
},
"donelist": {
"donelistDefaultDate": "1900-01-01"
},
"general": {
"dateformat": "yyyy-MM-dd hh:mm:ss",
"defaultlanguage": "Chinese",
"language": "Chinese;English",
"lockScreenTimes": "0;5;10;20;30;60;120",
"defaultLockScreenTime": "Never",
"institutionName": "浙江大学附属第二医院",
"institutionAddr": "杭州市滨江区",
"lockscreen": "0",
"CompleteNotify": true,
"ScanConfirm": false,
"AnonymousMode": false
},
"protocol": {
"default": "1",
"lists": "0;1;2;3"
},
"storagepolicy": {
"alarm": "false",
"dataexpired": "NoneExpired",
"mininum": "85"
},
"waitinglist": {
"waitinglistDefaultDate": "1900-01-01"
},
"lastlogin": {
"password": "",
"remember": "false",
"usercode": ""
},
"worklist": {
"ae": "DCM4CHEE",
"ip": "192.168.1.10",
"localAE": "gui",
"port": "11112"
},
"pacs": {
"ae": "ORTHANC",
"ip": "192.168.1.10",
"localAE": "Radiant",
"port": "4242"
},
"recon": {
"ae": "krad",
"ip": "192.168.1.10",
"localAE": "3D recon",
"port": "5003",
"transferPath": "/home/eq9/Tools/ReconTest/storage/Raw"
},
"mpps": {
"open": false,
"ae": "mpps",
"ip": "192.168.1.15",
"localAE": "Mpps Server",
"port": "5002"
},
"address": {
"device": "eth0",
"Dhcp": true,
"ip": "192.168.1.197",
"gateway": "192.168.1.197",
"mask": "255.255.255.0",
"ae": "MOON",
"name": "daq",
"port": "103",
"additional": [{
"ip": "192.168.2.197",
"netmask": "255.255.255.0"
}, {
"ip": "192.168.3.197",
"netmask": "255.255.255.0"
}]
},
"routing": {
"defaultgateway": "192.168.1.3",
"routingtable": [{
"destination": "192.168.62.0",
"gateway": "192.168.2.1",
"netmask": "255.255.255.0"
}, {
"destination": "192.168.63.0",
"gateway": "192.168.3.1",
"netmask": "255.255.255.0"
}]
},
"worklistfilter": {
"default": "Recent3Days",
"lists": "Today;Recent3Days;ThisWeek;ThisMonth"
},
"screensaver": {
"open": false,
"content": "screensaver.PNG;screensaver.mp4"
},
"operatorlog": {
"expire": "30"
},
"dms": {
"simulator": true
},
"patientlist": {
"expire": "7"
}
}