C# Class Dicom.Forms.DicomDumpForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method Description
AddFile ( string file ) : void
DicomDumpForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ClearDump ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadDataset ( DcmDataset ds ) : Aga.Controls.Tree.TreeModel
LoadDataset ( DcmDataset ds, Collection parent ) : void
LoadFile ( string file ) : bool
LoadFileFormat ( DicomFileFormat ff ) : Aga.Controls.Tree.TreeModel
LoadTreeViewAdvResourceImage ( String name, String type, Color color ) : Image
OnClickClose ( object sender, EventArgs e ) : void
OnClickExtractPixels ( object sender, EventArgs e ) : void
OnClickNext ( object sender, EventArgs e ) : void
OnClickPixelDataMD5 ( object sender, EventArgs e ) : void
OnClickPrev ( object sender, EventArgs e ) : void
OnClickSaveWithTransferSyntax ( object sender, EventArgs e ) : void
OnFormShown ( object sender, EventArgs e ) : void
OnViewImage ( object sender, EventArgs e ) : void
SelectFile ( int selection ) : void
treeDump_NodeMouseDoubleClick ( object sender, Aga.Controls.Tree.TreeNodeAdvMouseEventArgs e ) : void
treeDump_SizeChanged ( object sender, EventArgs e ) : void
tsbDictionary_Click ( object sender, EventArgs e ) : void
tsbOpenFile_Click ( object sender, EventArgs e ) : void

Method Details

AddFile() public method

public AddFile ( string file ) : void
file string
return void

DicomDumpForm() public method

public DicomDumpForm ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void