feat: Add CEchoSetting struct
This commit is contained in:
15
src/dicom/CEchoSetting.h
Normal file
15
src/dicom/CEchoSetting.h
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
#ifndef ABFC0BB9_0A64_4855_86FA_C61EEA6FE591
|
||||||
|
#define ABFC0BB9_0A64_4855_86FA_C61EEA6FE591
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
struct CEchoSetting
|
||||||
|
{
|
||||||
|
std::string IP;
|
||||||
|
std::string AETitle;
|
||||||
|
std::string ServerTitle;
|
||||||
|
int Port;
|
||||||
|
int Type;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* ABFC0BB9_0A64_4855_86FA_C61EEA6FE591 */
|
||||||
Reference in New Issue
Block a user