Files
GUI/cfgs/usct-product.json

133 lines
2.5 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": {
"default": "1",
2024-05-24 15:27:35 +08:00
"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": "usct"
2021-12-07 14:13:55 +08:00
},
"worklist": {
"ae": "WORKLIST",
"ip": "192.168.1.6",
"localAE": "gui",
2024-05-24 15:27:35 +08:00
"port": "11112"
},
"pacs": {
"ae": "DCM4CHEE",
"ip": "192.168.1.6",
"localAE": "server9D",
"port": "11112"
},
"recon": {
"ae": "server9D",
"ip": "192.168.1.2",
"localAE": "3D recon",
"port": "5003",
"transferPath": "/home/data/Storage/Raw",
"scancanwithoutrecon": false
},
2024-04-25 14:37:38 +08:00
"mpps": {
"open": false,
"ae": "WORKLIST",
"ip": "192.168.1.6",
"localAE": "gui2",
"port": "11112"
2024-04-25 14:37:38 +08:00
},
"address": {
"device": "eth0",
"Dhcp": false,
"ip": "192.168.1.14",
"gateway": "0.0.0.0",
"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",
"lists": "Today;Recent3Days;ThisWeek;ThisMonth",
"date": "-1",
"modality": ""
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": false
2023-09-08 15:55:16 +08:00
},
2024-04-25 14:37:38 +08:00
"patientlist": {
"expire": "7"
},
"reconlist": {
"expire": "30"
},
"filter": {
"usage": "0",
"maximumusage": "100"
2025-05-28 14:04:13 +08:00
},
"WaterProcess": {
"AutoDrainage": false
}
}