Files
GUI/cfgs/usct-product.json

120 lines
2.3 KiB
JSON
Raw Normal View History

2021-12-07 14:13:55 +08:00
{
2021-12-28 11:49:07 +08:00
"login": {
"defaultUser": "usct"
2021-12-28 11:49:07 +08:00
},
2021-12-07 14:13:55 +08:00
"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",
2024-04-25 14:37:38 +08:00
"defaultlanguage": "Chinese",
"language": "Chinese;English",
2024-05-24 15:27:35 +08:00
"lockScreenTimes": "0;5;10;20;30;60;120",
2024-04-25 14:37:38 +08:00
"defaultLockScreenTime": "Never",
2021-12-07 14:13:55 +08:00
"institutionName": "浙江大学附属第二医院",
"institutionAddr": "杭州市滨江区",
"lockscreen": "0",
2024-04-25 14:37:38 +08:00
"CompleteNotify": true,
"ScanConfirm": false,
"AnonymousMode": false
2021-12-07 14:13:55 +08:00
},
"protocol": {
2024-05-24 15:27:35 +08:00
"default": "1",
"lists": "0;1;2;3"
2021-12-07 14:13:55 +08:00
},
"storagepolicy": {
"alarm": "false",
"dataexpired": "NoneExpired",
2022-01-11 16:58:03 +08:00
"mininum": "85"
2021-12-07 14:13:55 +08:00
},
"waitinglist": {
"waitinglistDefaultDate": "1900-01-01"
},
"lastlogin": {
"password": "",
"remember": "false",
"usercode": ""
},
"worklist": {
2024-05-24 15:27:35 +08:00
"ae": "DCM4CHEE",
"ip": "192.168.1.10",
"localAE": "gui",
2024-05-24 15:27:35 +08:00
"port": "11112"
},
"pacs": {
"ae": "ORTHANC",
"ip": "192.168.1.10",
"localAE": "Radiant",
"port": "4242"
},
"recon": {
"ae": "krad",
2024-05-24 15:27:35 +08:00
"ip": "192.168.1.10",
"localAE": "3D recon",
"port": "5003",
"transferPath": "/home/eq9/Tools/ReconTest/storage/Raw"
},
2024-04-25 14:37:38 +08:00
"mpps": {
2024-05-24 15:27:35 +08:00
"open": false,
2024-04-25 14:37:38 +08:00
"ae": "mpps",
"ip": "192.168.1.15",
"localAE": "Mpps Server",
2024-04-25 14:37:38 +08:00
"port": "5002"
},
"address": {
"device": "eth0",
2024-05-24 15:27:35 +08:00
"Dhcp": true,
"ip": "192.168.1.197",
2024-05-24 15:27:35 +08:00
"gateway": "192.168.1.197",
"mask": "255.255.255.0",
2021-12-28 18:23:02 +08:00
"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"
}]
},
2021-12-07 14:13:55 +08:00
"worklistfilter": {
"default": "Recent3Days",
2021-12-07 14:13:55 +08:00
"lists": "Today;Recent3Days;ThisWeek;ThisMonth"
2022-08-18 17:09:16 +08:00
},
"screensaver": {
2024-05-24 15:27:35 +08:00
"open": false,
2022-08-18 17:09:16 +08:00
"content": "screensaver.PNG;screensaver.mp4"
},
2023-09-06 10:33:13 +08:00
"operatorlog": {
2024-04-25 14:37:38 +08:00
"expire": "30"
2023-09-06 10:33:13 +08:00
},
"dms": {
"simulator": true
2023-09-08 15:55:16 +08:00
},
2024-04-25 14:37:38 +08:00
"patientlist": {
"expire": "7"
2021-12-07 14:13:55 +08:00
}
}