Files
GUI/cfgs/usct-product.json

75 lines
1.4 KiB
JSON
Raw Normal View History

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",
"defaultlanguage": "zh_CN",
"language": "zh_CN;en_US",
"institutionName": "浙江大学附属第二医院",
"institutionAddr": "杭州市滨江区",
"lockscreen": "30"
},
"pacsservers": [
{
2021-12-07 14:13:55 +08:00
"ae": "HELLO",
"ip": "127.0.0.1",
"isdefault": "1",
"name": "test",
"port": "104"
},
{
2021-12-07 14:13:55 +08:00
"ae": "KISS",
"ip": "127.0.0.1",
"isdefault": "0",
"name": "nihao",
"port": "106"
}
],
2021-12-07 14:13:55 +08:00
"protocol": {
"default": "LSTAND",
"lists": "LSTAND;RSTAND;LONE;RONE"
},
"storagepolicy": {
"alarm": "false",
"dataexpired": "NoneExpired",
"threshold": "70"
},
"waitinglist": {
"waitinglistDefaultDate": "1900-01-01"
},
"lastlogin": {
"password": "",
"remember": "false",
"usercode": ""
},
"wklistservers":[
{
2021-12-07 14:13:55 +08:00
"ae": "OFFIS",
"ip": "127.0.0.1",
"isdefault": "1",
"name": "wklist sever",
"port": "104"
},
{
2021-12-07 14:13:55 +08:00
"ae": "ACME1",
"ip": "127.0.0.1",
"isdefault": "0",
"name": "wklist1",
"port": "104"
}
],
2021-12-07 14:13:55 +08:00
"worklistfilter": {
"default": "Today",
"lists": "Today;Recent3Days;ThisWeek;ThisMonth"
}
}