Files
GUI/cfgs/usct-product.json
2023-09-06 10:33:13 +08:00

102 lines
2.0 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": "zh_CN",
"language": "zh_CN;en_US",
"institutionName": "浙江大学附属第二医院",
"institutionAddr": "杭州市滨江区",
"lockscreen": "0",
"CompleteNotify": true
},
"protocol": {
"default": "LSTAND",
"lists": "LSTAND;RSTAND;LONE;RONE"
},
"storagepolicy": {
"alarm": "false",
"dataexpired": "NoneExpired",
"mininum": "85"
},
"waitinglist": {
"waitinglistDefaultDate": "1900-01-01"
},
"lastlogin": {
"password": "",
"remember": "false",
"usercode": ""
},
"worklist": {
"ae": "CONQUESTSRV1",
"ip": "192.168.1.178",
"name": "gui",
"port": "5678"
},
"pacs": {
"ae": "ORTHANC",
"ip": "192.168.1.10",
"name": "Radiant",
"port": "4242"
},
"recon": {
"ae": "krad",
"ip": "192.168.1.15",
"name": "3D recon",
"port": "5003"
},
"address": {
"device": "eth0",
"dhcp": "true",
"ip": "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": {
"content": "screensaver.PNG;screensaver.mp4"
},
"operatorlog": {
"expire" : "30"
},
"dms": {
"simulator": true
}
}