// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include // MFC core and standard components #include // MFC extensions #include // MFC OLE automation classes #ifndef _AFX_NO_AFXCMN_SUPPORT #include // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT #include "..\..\..\..\include\l_com.h" #import no_namespace, named_guids #import no_namespace, named_guids, exclude("RasterSupportLockConstants") #import no_namespace, named_guids #import no_namespace, named_guids #import no_namespace, named_guids, exclude("LoadResizeConstants"), exclude("J2KLimitConstants"), exclude("J2KProgressionFlags"), exclude("J2KRegionOfInterest") #import no_namespace, named_guids, exclude("LoadDirectoryFlags"), exclude("DicomErrorCodes") #import no_namespace, named_guids, exclude("DicomAnnSaveModifyConstants") #import no_namespace #import no_namespace #import no_namespace #import no_namespace #import no_namespace #import no_namespace, named_guids #import no_namespace, named_guids #ifndef MAKETAG #define MAKETAG(nGroup,nElement) ((unsigned long)((((unsigned long)nGroup) << 16) | nElement)) #define GETGROUP(nTag) ((unsigned short)(nTag >> 16)) #define GETELEMENT(nTag) ((unsigned short)(nTag & 0xFFFF)) #endif #include #include "DicomDSSink.h" #include "RasterAnnSink.h" #include "resource.h" // #include "DicomDlg.h" #include "DICOM.h" #include "DICOMDlg.h" #include "LoadODlg.h" #include "SaveODlg.h" #include "InEleDlg.h" #include "InModDlg.h" #include "VRTabDlg.h" #include "UITabDlg.h" #include "TaTabDlg.h" #include "IOTabDlg.h" #include "editdlg.h" #include "AnnSaveDlg.h" #include "AnnLoadDlg.h" #include "AnnDeleteDlg.h" #include "leadraster.h"