Files
GUI/cfgs/usct-product.json
2022-01-14 10:05:30 +08:00

92 lines
1.8 KiB
JSON

{
"login": {
"defaultUser": ""
},
"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": "30"
},
"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": "OFFIS",
"ip": "127.0.0.1",
"name": "wklistserver",
"port": "101"
},
"pacs": {
"ae": "HELLO",
"ip": "127.0.0.2",
"name": "pacsserver22",
"port": "102"
},
"recon": {
"ae": "TURTLE",
"ip": "127.0.0.4",
"name": "3D recon",
"port": "104"
},
"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"
}
}