feat: Change ReconClient to fit new version Restful interface

This commit is contained in:
chenhuijun
2024-05-27 09:27:21 +08:00
parent f2562f5b40
commit 8bba77cd86
7 changed files with 22 additions and 66 deletions

View File

@@ -3,7 +3,8 @@
#include <string>
struct Scan{
std::string ScanID;
std::string PatientID;
std::string StudyUID;
std::string MPPSUID;
std::string ReferenceID;
std::string ReferencePath;
int Type;
@@ -22,7 +23,7 @@ struct PACSSetting
std::string AETitle;
std::string ServerAETitle;
std::string ServerIP;
int Port = 0;;
int Port = 0;
};
#endif // __SCAN_H__