C# Class Dicom.Dump.ReportForm

显示文件 Open project: rcd/fo-dicom Class Usage Examples

Public Methods

Method Description
ReportForm ( DicomFile file ) : System

Protected Methods

Method Description
OnException ( Exception e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
AddTreeNode ( DicomContentItem item, TreeNode parent ) : void

Method Details

OnException() protected method

protected OnException ( Exception e ) : void
e Exception
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

ReportForm() public method

public ReportForm ( DicomFile file ) : System
file DicomFile
return System