refactor: Change struct host's property name to localAE.
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user