Delete try catch from ReconClient.

This commit is contained in:
sunwen
2023-08-22 10:47:19 +08:00
parent 24399db391
commit e47b1c9602
6 changed files with 70 additions and 14 deletions

View File

@@ -17,4 +17,12 @@ struct TaskQueryResult
bool Start ;
};
struct PACSSetting
{
std::string AETitle;
std::string ServerAETitle;
std::string ServerIP;
int Port = 0;;
};
#endif // __SCAN_H__