C# 클래스 ClearCanvas.ImageServer.Web.Application.Pages.Studies.StudyDetails.Controls.EditStudyDetailsDialog

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas

공개 메소드들

메소드 설명
Close ( ) : void

Dismisses the dialog box.

Show ( bool updateFields ) : void

Displays the edit Study Details dialog box.

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CancelButton_Click() 보호된 메소드

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

Close() 공개 메소드

Dismisses the dialog box.
public Close ( ) : void
리턴 void

OKButton_Click() 보호된 메소드

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

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

Show() 공개 메소드

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