diff --git a/src/dicom/CEchoSetting.h b/src/dicom/CEchoSetting.h new file mode 100644 index 0000000..f8a4157 --- /dev/null +++ b/src/dicom/CEchoSetting.h @@ -0,0 +1,15 @@ +#ifndef ABFC0BB9_0A64_4855_86FA_C61EEA6FE591 +#define ABFC0BB9_0A64_4855_86FA_C61EEA6FE591 +#include + +struct CEchoSetting +{ + std::string IP; + std::string AETitle; + std::string ServerTitle; + int Port; + int Type; +}; + + +#endif /* ABFC0BB9_0A64_4855_86FA_C61EEA6FE591 */