feat: Add start scan process without recon connect while configured.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"AnonymousMode": false
|
||||
},
|
||||
"protocol": {
|
||||
"default": "1",
|
||||
"default": "0",
|
||||
"lists": "0;1;2;3"
|
||||
},
|
||||
"storagepolicy": {
|
||||
@@ -45,36 +45,37 @@
|
||||
"usercode": ""
|
||||
},
|
||||
"worklist": {
|
||||
"ae": "DCM4CHEE",
|
||||
"ip": "192.168.1.10",
|
||||
"localAE": "gui",
|
||||
"ae": "WORKLIST",
|
||||
"ip": "192.168.1.6",
|
||||
"localAE": "gui2",
|
||||
"port": "11112"
|
||||
},
|
||||
"pacs": {
|
||||
"ae": "ORTHANC",
|
||||
"ip": "192.168.1.10",
|
||||
"localAE": "Radiant",
|
||||
"port": "4242"
|
||||
"ae": "DCM4CHEE",
|
||||
"ip": "192.168.1.6",
|
||||
"localAE": "server9D",
|
||||
"port": "11112"
|
||||
},
|
||||
"recon": {
|
||||
"ae": "krad",
|
||||
"ip": "192.168.1.10",
|
||||
"ae": "server9D",
|
||||
"ip": "192.168.1.153",
|
||||
"localAE": "3D recon",
|
||||
"port": "5003",
|
||||
"transferPath": "/home/eq9/Tools/ReconTest/storage/Raw"
|
||||
"transferPath": "",
|
||||
"scancanwithoutrecon": false
|
||||
},
|
||||
"mpps": {
|
||||
"open": false,
|
||||
"ae": "mpps",
|
||||
"ip": "192.168.1.15",
|
||||
"localAE": "Mpps Server",
|
||||
"port": "5002"
|
||||
"open": true,
|
||||
"ae": "WORKLIST",
|
||||
"ip": "192.168.1.6",
|
||||
"localAE": "gui2",
|
||||
"port": "11112"
|
||||
},
|
||||
"address": {
|
||||
"device": "eth0",
|
||||
"Dhcp": true,
|
||||
"ip": "192.168.1.197",
|
||||
"gateway": "192.168.1.197",
|
||||
"Dhcp": false,
|
||||
"ip": "192.168.1.14",
|
||||
"gateway": "0.0.0.0",
|
||||
"mask": "255.255.255.0",
|
||||
"ae": "MOON",
|
||||
"name": "daq",
|
||||
|
||||
Reference in New Issue
Block a user