#if !defined(AFX_SPSTRDLG_H__C4FEE63A_48FB_4BA8_A09A_F4D4FC9C57CA__INCLUDED_) #define AFX_SPSTRDLG_H__C4FEE63A_48FB_4BA8_A09A_F4D4FC9C57CA__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SPStrDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CStoredPrintStorageDlg dialog class CStoredPrintStorageDlg : public CDialog { // Construction public: CStoredPrintStorageDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CStoredPrintStorageDlg) enum { IDD = IDD_ADDUPDATE_STOREDPRINTSTORAGE }; CString m_sRetrieveAETitle; CString m_sRefSOPInstanceUID; CString m_sStudyInstanceUID; CString m_sSeriesInstanceUID; CString m_sPatientID; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CStoredPrintStorageDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CStoredPrintStorageDlg) afx_msg void OnChangeEditRetrieveAETitle(); afx_msg void OnChangeEditReferencedSOPInstanceUID(); afx_msg void OnChangeEditStudyInstanceUID(); afx_msg void OnChangeEditSeriesInstanceUID(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: void UpdateButtonOKStatus(); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SPSTRDLG_H__C4FEE63A_48FB_4BA8_A09A_F4D4FC9C57CA__INCLUDED_)