C# Class ClearCanvas.ImageServer.Web.Application.Pages.Studies.StudyDetails.Controls.EditStudyDetailsDialog

Inheritance: System.Web.UI.UserControl
Mostrar archivo Open project: jasper-yeh/ClearCanvas

Public Methods

Method Description
Close ( ) : void

Dismisses the dialog box.

Show ( bool updateFields ) : void

Displays the edit Study Details dialog box.

Protected Methods

Method Description
CancelButton_Click ( object sender, EventArgs e ) : void

Handles event when user clicks on "Cancel" button.

OKButton_Click ( object sender, EventArgs e ) : void

Handles event when user clicks on "OK" button.

OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
AreDifferent ( String v1, String v2 ) : bool
AuditLog ( ClearCanvas.ImageServer.Model.Study study, List fields ) : void
EnsureDialogVisible ( ) : void
EnsurePredefinedReasonsLoaded ( ) : void
GetChanges ( ) : List
SaveCustomReason ( ) : void
SetupJavascript ( ) : void
UpdateFields ( ) : void

Method Details

CancelButton_Click() protected method

Handles event when user clicks on "Cancel" button.
protected CancelButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Close() public method

Dismisses the dialog box.
public Close ( ) : void
return void

OKButton_Click() protected method

Handles event when user clicks on "OK" button.
protected OKButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

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

Show() public method

Displays the edit Study Details dialog box.
public Show ( bool updateFields ) : void
updateFields bool
return void