[new] 新增正则表达式和管理员密码输入

This commit is contained in:
xueyan hu
2021-12-20 18:08:32 +08:00
parent 6cf1a1b556
commit aefd4cd367
18 changed files with 629 additions and 779 deletions

View File

@@ -19,22 +19,6 @@
"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"
@@ -52,24 +36,57 @@
"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"
}
],
"worklist": {
"ae": "OFFIS",
"ip": "127.0.0.1",
"name": "wklistserver",
"port": "101"
},
"pacs": {
"ae": "HELLO",
"ip": "127.0.0.2",
"name": "pacsserver22",
"port": "102"
},
"daq": {
"ae": "MOON",
"ip": "127.0.0.3",
"name": "daq",
"port": "103"
},
"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",
"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": "Today",
"default": "Recent3Days",
"lists": "Today;Recent3Days;ThisWeek;ThisMonth"
}
}