1 #ifndef __creaImageIOWxDumpPanel_h_INCLUDED__
2 #define __creaImageIOWxDumpPanel_h_INCLUDED__
6 #include <creaImageIOWxGimmickView.h>
8 #define DUMP_SAVE_ID 1800
16 //=====================================================================
17 //=====================================================================
18 /// Display all dicom tags from a given DICOM file
19 class WxDumpPanel : public wxDialog
24 WxDumpPanel(wxWindow *parent, std::string i_filename);
32 /// Display in a control Text all dicom tags
35 /// wxEvent to save Dicom Tags in a text file
36 void SaveInfos(wxCommandEvent& event);
44 /// ControlText to display tags
47 /// Dicom file to display
52 }; // class WxEditFieldsPanel
53 //=====================================================================
56 } // EO namespace creaImageIO