feat: Change ReconClient to fit new version Restful interface
This commit is contained in:
@@ -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__
|
||||
Reference in New Issue
Block a user