C# Class Dicom.Scu.MainForm

Exibir arquivo Open project: fo-dicom/mdcm

Public Methods

Method Description
InitializeLog ( ) : void
LoadConfig ( ) : void
MainForm ( ) : System
OnLoad ( object sender, EventArgs e ) : void
SaveConfig ( ) : void
ShowMessageBox ( string message, string caption, bool isError ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

OnClickTest ( object sender, EventArgs e ) : void
OnSend ( object sender, EventArgs e ) : void
OnSendAddImage ( object sender, EventArgs e ) : void
OnSendClear ( object sender, EventArgs e ) : void
OnSendRemoveImage ( object sender, EventArgs e ) : void
RunDicomEcho ( object state ) : void
RunDicomSend ( object state ) : void
ToggleEchoButtons ( bool state ) : void
ToggleSendButtons ( bool state ) : void
UpdateSendInfo ( CStoreClient client, CStoreRequestInfo info ) : void

Method Details

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

InitializeLog() public method

public InitializeLog ( ) : void
return void

LoadConfig() public method

public LoadConfig ( ) : void
return void

MainForm() public method

public MainForm ( ) : System
return System

OnLoad() public method

public OnLoad ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SaveConfig() public method

public SaveConfig ( ) : void
return void

ShowMessageBox() public method

public ShowMessageBox ( string message, string caption, bool isError ) : void
message string
caption string
isError bool
return void