feat: Add UserOperationLog : Ip Settings, Mpps Settings, Worklist Settings, Recon Settings, Pacs Settings, Rest Password, Add Account, Set Lock Screen, Set Anonymousmode, Set Screen Saver, Set Default Protocol,
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "PacsSettingsDialog.h"
|
||||
#include "dialogs/DicomSettingsArea.h"
|
||||
#include "json/jsonobject.h"
|
||||
#include "log/UserOperationLog.h"
|
||||
|
||||
#include <QVBoxLayout>
|
||||
#include <QLabel>
|
||||
@@ -101,6 +102,6 @@ bool PacsSettingsDialog::updateReferenceData()
|
||||
serverInfo.localAE = myAETitle;
|
||||
serverInfo.port = serverPort;
|
||||
JsonObject::Instance()->setServer(JsonObject::PACS, serverInfo);
|
||||
|
||||
LOG_USER_OPERATION("Set PACS Settings");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user