#if !defined(AFX_STUDY_H__36B63662_5AE8_11D3_A335_00105A07EA4A__INCLUDED_) #define AFX_STUDY_H__36B63662_5AE8_11D3_A335_00105A07EA4A__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // Study.h : header file // ///////////////////////////////////////////////////////////////////////////// // CNetFindStudyDlg dialog class CNetFindStudyDlg : public CDialog { // Construction public: CNetFindStudyDlg(CWnd* pParent = NULL); // standard constructor CString m_strStudyInstanceUID; CString m_strStudyID; CString m_strAccessionNumber; CString m_strPatientName; CString m_strPatientID; // Dialog Data //{{AFX_DATA(CNetFindStudyDlg) enum { IDD = IDD_FIND_STUDY_DIALOG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CNetFindStudyDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CNetFindStudyDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STUDY_H__36B63662_5AE8_11D3_A335_00105A07EA4A__INCLUDED_)