Commit Graph

710 Commits

Author SHA1 Message Date
sunwen
1d1c1f4137 feat: Change getDmsVersion action form sync action to async action. 2024-06-26 10:36:15 +08:00
sunwen
4f9e007868 fix: Fix stop scan process while emergency button pushed. 2024-06-25 20:02:31 +08:00
sunwen
229ca8e755 feat: Delete transfer file in init gui. 2024-06-25 17:40:50 +08:00
sunwen
749e125a95 feat: Supplement translations. 2024-06-25 10:25:26 +08:00
sunwen
9d89a06c67 feat: Change gateway settings in NetworkManager 2024-06-24 17:20:16 +08:00
sunwen
78cb0de2d3 feat: Add Qt Copyright and cjson version in aboutform. 2024-06-24 14:10:15 +08:00
sunwen
dfe2314780 feat: Add show dialog with recon fatal error and recon db error. 2024-06-24 13:46:06 +08:00
sunwen
7718846d30 feat: Add start scan process and stop scan process in user operation log. 2024-06-21 17:17:36 +08:00
sunwen
ea2bf95766 feat: Rollback show temperature in topbar widget. 2024-06-21 17:16:46 +08:00
sunwen
363ca14ec7 feat: Add input validator in recon page. 2024-06-21 15:21:14 +08:00
sunwen
b61a2d178d fix: Fix setValidator memory leak. 2024-06-21 15:14:54 +08:00
sunwen
5e768b7e9c fix: Fix password can input chinese character bug. 2024-06-21 15:09:06 +08:00
sunwen
77b077e253 feat: Change user operation log with Change User Name from x to x. 2024-06-20 18:20:27 +08:00
sunwen
5f1c06314a feat: Add ErrorLabel component. 2024-06-20 18:07:34 +08:00
sunwen
fd8632e888 feat: Make user id and user password input max length to 30. 2024-06-20 17:21:01 +08:00
sunwen
23f8aea990 fix: Delete gui gestures in MainWindow. 2024-06-20 15:50:39 +08:00
sunwen
572cae7f9c fix: Delete check condition while start operation dialog. 2024-06-20 15:07:27 +08:00
sunwen
4c8a99d4fb fix: Make check recon connection after login. 2024-06-19 17:55:42 +08:00
sunwen
87b37d5ce9 feat: Add create failed because recon connect error. 2024-06-19 13:53:40 +08:00
chenhuijun
8ef17aee96 feat: add connect error handle to Reconclient 2024-06-19 11:04:57 +08:00
sunwen
69c5b14b70 fix: Make settings page show default area while admin user login or logout. 2024-06-18 17:04:32 +08:00
sunwen
5276ca309d fix: Use usercode to verify if they are the same user. 2024-06-18 16:46:43 +08:00
sunwen
a33ad0f572 fix: Change disk info path and fix disk info alarm value calculate. 2024-06-18 13:59:31 +08:00
sunwen
0aa477fb58 fix: Add trigger StopScanProcess event while start scan failed. 2024-06-18 11:43:58 +08:00
sunwen
a48adea949 fix: Refresh auto locate status while quit auto locate. 2024-06-18 11:21:57 +08:00
sunwen
f563c68a7c fix: Increase the auto locate animation frame rate. 2024-06-18 10:19:32 +08:00
sunwen
cc97ef74b7 fix: Fix update button in ReconFormWidget not valid problem. 2024-06-17 17:24:12 +08:00
sunwen
71dcc0c657 feat: Delete get device status while stop full scan. 2024-06-13 16:36:00 +08:00
sunwen
f3ae9ae588 Merge branch 'dev' of http://192.168.1.9:3000/Bug/GUI into dev 2024-06-13 15:39:25 +08:00
sunwen
e8c5031d93 feat: Add show initialize failed message in initialize progress. 2024-06-13 15:38:44 +08:00
chenhuijun
6564240745 docs: Update Install script in Readme.md 2024-06-12 17:33:10 +08:00
sunwen
404ed6234b fix: worklist dialog error message display incomplete. dev.0.0.1.20240612 2024-06-12 17:16:21 +08:00
sunwen
b873a1d1a7 fix: Check empty scan validity date when empty scan data is empty. 2024-06-12 16:57:19 +08:00
sunwen
eb9a6037af feat: Change WarningMessageWidget initialize member variable. 2024-06-12 16:56:07 +08:00
sunwen
a94795b737 fix: Delete WarningMessageWidget debug code. 2024-06-12 16:39:17 +08:00
sunwen
26a6e86cc9 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, 2024-06-11 15:21:00 +08:00
sunwen
1e4af17daf feat: Fix account table select row when delete account. 2024-06-07 16:57:16 +08:00
sunwen
87bf729118 feat: Hide login button and disable input edit when login locked. 2024-06-07 14:30:00 +08:00
sunwen
aa202a270c feat: Use config file recon transfer path in DeviceManager. 2024-06-07 13:28:58 +08:00
sunwen
a37e2af71e feat: Change scan page index in tab widget. 2024-06-06 17:48:50 +08:00
sunwen
e7f8f1467c feat: Change show mpps message in diffirent level. 2024-06-06 17:48:03 +08:00
sunwen
a10e6a8a96 feat: Use config file recon transfer path in DeviceManager. 2024-06-06 17:45:44 +08:00
sunwen
d7319f4ac1 feat: Change recon transfer path in config file. 2024-06-06 17:40:34 +08:00
sunwen
788eaabed3 feat: Add patienInformation with RPID,SPSID,MPPSUID,StudyUID,Modality 2024-06-06 16:33:43 +08:00
chenhuijun
ee92a87b87 feat: Read ScheduledStationAETitle form worklist setting 2024-06-06 14:02:53 +08:00
chenhuijun
5ffb731e9b feat: Add DCMTK dict file load logic in main function 2024-06-06 13:42:49 +08:00
chenhuijun
eb6413a147 feat: Add MPPS logic to Scan Procedure 2024-06-06 13:39:30 +08:00
chenhuijun
c8904e3ce6 feat: Add new worklist error handle logic 2024-06-06 13:38:14 +08:00
chenhuijun
268d6f3f5c feat: Change Worklist reference class to suit MPPS 2024-06-06 13:37:12 +08:00
chenhuijun
b864ccff71 feat: Add MPPSManager & MPPSAsyncAction 2024-06-06 13:35:48 +08:00