Name Modified Size InfoDownloads / Week
Parent folder
WorkStation.obj 2011-03-06 58.2 kB
WsCnfgDlg.obj 2011-03-06 103.7 kB
vc90.pdb 2011-03-06 3.0 MB
mt.dep 2011-03-06 66 Bytes
StitchDlg.obj 2011-03-06 70.5 kB
StudyRecord.obj 2011-03-06 43.2 kB
ThreshDlg.obj 2011-03-06 72.6 kB
ThumbneilView.obj 2011-03-06 77.1 kB
UIPacsThread.obj 2011-03-06 76.9 kB
vc90.idb 2011-03-06 2.2 MB
PacsConfHandler.obj 2011-03-06 62.5 kB
PaletteDlg.obj 2011-03-06 79.1 kB
PatientArchiveHandler.obj 2011-03-06 84.1 kB
PatientRecord.obj 2011-03-06 45.8 kB
PatInfoDlg.obj 2011-03-06 99.6 kB
PingDlg.obj 2011-03-06 85.8 kB
ProgressCntrlThread.obj 2011-03-06 69.0 kB
QueryDlg.obj 2011-03-06 100.1 kB
ReSize.obj 2011-03-06 82.6 kB
SeriesRecord.obj 2011-03-06 38.0 kB
SplitView.obj 2011-03-06 78.7 kB
stdafx.obj 2011-03-06 466.7 kB
ModCnfgDlg.obj 2011-03-06 109.8 kB
MppsCnfgDlg.obj 2011-03-06 92.1 kB
MPPSQueue.obj 2011-03-06 296.5 kB
MwlCnfgDlg.obj 2011-03-06 89.6 kB
MwlPatientDetailsDlg.obj 2011-03-06 81.0 kB
MyHtmlView.obj 2011-03-06 104.7 kB
MyReportView.obj 2011-03-06 76.4 kB
MySplitter.obj 2011-03-06 72.9 kB
OpenGLDraws.obj 2011-03-06 137.3 kB
OpenGLView.obj 2011-03-06 75.3 kB
PacsCnfgDlg.obj 2011-03-06 109.2 kB
ImagingView.obj 2011-03-06 28.1 kB
InfoView.obj 2011-03-06 76.2 kB
LoadView.obj 2011-03-06 29.7 kB
MainFrm.obj 2011-03-06 228.5 kB
math3d.obj 2011-03-06 72.6 kB
Modality.obj 2011-03-06 76.7 kB
ModalityInterface.obj 2011-03-06 648.9 kB
GUIHandler.obj 2011-03-06 240.8 kB
ImageRecord.obj 2011-03-06 40.5 kB
GetWorkListDlg.obj 2011-03-06 134.1 kB
GLee.obj 2011-03-06 1.9 MB
DicomStudio.pch 2011-03-06 25.1 MB
DicomStudio.res 2011-03-06 58.8 kB
DicomStudioDoc.obj 2011-03-06 85.5 kB
DicomStudioView.obj 2011-03-06 112.5 kB
BuildLog.htm 2011-03-06 84.2 kB
CaptImgDlg.obj 2011-03-06 683.3 kB
CEchoThread.obj 2011-03-06 71.3 kB
ChildFrm.obj 2011-03-06 174.4 kB
ColorDlg.obj 2011-03-06 81.8 kB
DicomStudio.exe.embed.manifest 2011-03-06 1.2 kB
DicomStudio.exe.embed.manifest.res 2011-03-06 1.3 kB
DicomStudio.exe.intermediate.manifest 2011-03-06 1.1 kB
DicomStudio.obj 2011-03-06 436.5 kB
3DModelerDlg.obj 2011-03-06 87.4 kB
ArchievedDlg.obj 2011-03-06 284.3 kB
ArchiveTree.obj 2011-03-06 76.2 kB
BCGDlg.obj 2011-03-06 83.8 kB
WsModCnfgDlg.obj 2011-03-06 88.7 kB
Totals: 62 Items   39.2 MB 0
================================================================================
    MICROSOFT FOUNDATION CLASS LIBRARY : DicomStudio Project Overview
===============================================================================

The application wizard has created this DicomStudio application for
you.  This application not only demonstrates the basics of using the Microsoft
Foundation Classes but is also a starting point for writing your application.

This file contains a summary of what you will find in each of the files that
make up your DicomStudio application.

DicomStudio.vcproj
    This is the main project file for VC++ projects generated using an application wizard.
    It contains information about the version of Visual C++ that generated the file, and
    information about the platforms, configurations, and project features selected with the
    application wizard.

DicomStudio.h
    This is the main header file for the application.  It includes other
    project specific headers (including Resource.h) and declares the
    CDicomStudioApp application class.

DicomStudio.cpp
    This is the main application source file that contains the application
    class CDicomStudioApp.

DicomStudio.rc
    This is a listing of all of the Microsoft Windows resources that the
    program uses.  It includes the icons, bitmaps, and cursors that are stored
    in the RES subdirectory.  This file can be directly edited in Microsoft
    Visual C++. Your project resources are in 1033.

res\DicomStudio.ico
    This is an icon file, which is used as the application's icon.  This
    icon is included by the main resource file DicomStudio.rc.

res\DicomStudio.rc2
    This file contains resources that are not edited by Microsoft
    Visual C++. You should place all resources not editable by
    the resource editor in this file.

DicomStudio.reg
    This is an example .reg file that shows you the kind of registration
    settings the framework will set for you.  You can use this as a .reg
    file to go along with your application or just delete it and rely
    on the default RegisterShellFileTypes registration.


/////////////////////////////////////////////////////////////////////////////

For the main frame window:
    The project includes a standard MFC interface.

MainFrm.h, MainFrm.cpp
    These files contain the frame class CMainFrame, which is derived from
    CMDIFrameWnd and controls all MDI frame features.

res\Toolbar.bmp
    This bitmap file is used to create tiled images for the toolbar.
    The initial toolbar and status bar are constructed in the CMainFrame
    class. Edit this toolbar bitmap using the resource editor, and
    update the IDR_MAINFRAME TOOLBAR array in DicomStudio.rc to add
    toolbar buttons.
/////////////////////////////////////////////////////////////////////////////

For the child frame window:

ChildFrm.h, ChildFrm.cpp
    These files define and implement the CChildFrame class, which
    supports the child windows in an MDI application.

/////////////////////////////////////////////////////////////////////////////

The application wizard creates one document type and one view:

DicomStudioDoc.h, DicomStudioDoc.cpp - the document
    These files contain your CDicomStudioDoc class.  Edit these files to
    add your special document data and to implement file saving and loading
    (via CDicomStudioDoc::Serialize).
    The Document will have the following strings:
        File extension:      dcm
        File type ID:        DicomStudio.Document
        Main frame caption:  DicomStudio
        Doc type name:       DicomStudio
        Filter name:         DicomStudio Files (*.dcm)
        File new short name: DicomStudio
        File type long name: DicomStudio.Document

DicomStudioView.h, DicomStudioView.cpp - the view of the document
    These files contain your CDicomStudioView class.
    CDicomStudioView objects are used to view CDicomStudioDoc objects.

res\DicomStudioDoc.ico
    This is an icon file, which is used as the icon for MDI child windows
    for the CDicomStudioDoc class.  This icon is included by the main
    resource file DicomStudio.rc.




/////////////////////////////////////////////////////////////////////////////

Other Features:

ActiveX Controls
    The application includes support to use ActiveX controls.

Printing and Print Preview support
    The application wizard has generated code to handle the print, print setup, and print preview
    commands by calling member functions in the CView class from the MFC library.

/////////////////////////////////////////////////////////////////////////////

Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named DicomStudio.pch and a precompiled types file named StdAfx.obj.

Resource.h
    This is the standard header file, which defines new resource IDs.
    Microsoft Visual C++ reads and updates this file.

DicomStudio.manifest
	Application manifest files are used by Windows XP to describe an applications
	dependency on specific versions of Side-by-Side assemblies. The loader uses this
	information to load the appropriate assembly from the assembly cache or private
	from the application. The Application manifest  maybe included for redistribution
	as an external .manifest file that is installed in the same folder as the application
	executable or it may be included in the executable in the form of a resource.
/////////////////////////////////////////////////////////////////////////////

Other notes:

The application wizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

If your application uses MFC in a shared DLL, you will need
to redistribute the MFC DLLs. If your application is in a language
other than the operating system's locale, you will also have to
redistribute the corresponding localized resources MFC90XXX.DLL.
For more information on both of these topics, please see the section on
redistributing Visual C++ applications in MSDN documentation.

/////////////////////////////////////////////////////////////////////////////
Source: ReadMe.txt, updated 2011-03-06