Delete try catch from ReconClient.
This commit is contained in:
@@ -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__
|
||||
Reference in New Issue
Block a user