System setting about
This commit is contained in:
69
cfgs/usct-product.json
Normal file
69
cfgs/usct-product.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"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": [{
|
||||
"ae": "HELLO",
|
||||
"ip": "127.0.0.1",
|
||||
"isdefault": "1",
|
||||
"name": "test",
|
||||
"port": "104"
|
||||
}, {
|
||||
"ae": "KISS",
|
||||
"ip": "127.0.0.1",
|
||||
"isdefault": "0",
|
||||
"name": "nihao",
|
||||
"port": "106"
|
||||
}],
|
||||
"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": [{
|
||||
"ae": "OFFIS",
|
||||
"ip": "127.0.0.1",
|
||||
"isdefault": "1",
|
||||
"name": "wklist sever",
|
||||
"port": "104"
|
||||
}, {
|
||||
"ae": "ACME1",
|
||||
"ip": "127.0.0.1",
|
||||
"isdefault": "0",
|
||||
"name": "wklist1",
|
||||
"port": "104"
|
||||
}],
|
||||
"worklistfilter": {
|
||||
"default": "Today",
|
||||
"lists": "Today;Recent3Days;ThisWeek;ThisMonth"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user