refactor: Change struct host's property name to localAE.

This commit is contained in:
chenhuijun
2024-06-03 17:02:50 +08:00
parent 3bcaf0add9
commit c1db4f002c
10 changed files with 29 additions and 29 deletions

View File

@@ -47,26 +47,26 @@
"worklist": {
"ae": "DCM4CHEE",
"ip": "192.168.1.10",
"name": "gui",
"localAE": "gui",
"port": "11112"
},
"pacs": {
"ae": "ORTHANC",
"ip": "192.168.1.10",
"name": "Radiant",
"localAE": "Radiant",
"port": "4242"
},
"recon": {
"ae": "krad",
"ip": "192.168.1.10",
"name": "3D recon",
"localAE": "3D recon",
"port": "5003"
},
"mpps": {
"open": false,
"ae": "mpps",
"ip": "192.168.1.15",
"name": "Mpps Server",
"localAE": "Mpps Server",
"port": "5002"
},
"address": {