C# Class ClearCanvas.ImageServer.Web.Application.Pages.Studies.StudyDetails.Default

Show file Open project: jasper-yeh/ClearCanvas

Public Methods

Method Description
DeleteSeries ( ) : void
DeleteStudy ( ) : void
EditStudy ( ) : void
Refresh ( ) : void

Protected Methods

Method Description
LoadStudy ( ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
SetupEventHandlers ( ) : void

Private Methods

Method Description
DeleteSeriesConfirmDialog_SeriesDeleted ( object sender, DeleteSeriesConfirmDialogSeriesDeletedEventArgs e ) : void
DeleteStudyConfirmDialog_StudyDeleted ( object sender, DeleteStudyConfirmDialogStudyDeletedEventArgs e ) : void
EditStudyDialog_StudyEdited ( ) : void
GenerateAuditLog ( ) : void
ReprocessConfirmationDialog_Confirmed ( object data ) : void
ReprocessStudy ( ) : void
ShowErrorMessage ( string error ) : void
StudyDetailsPanel_DeleteStudyClicked ( object sender, StudyDetailsPanelDeleteStudyClickEventArgs e ) : void
StudyDetailsPanel_EditStudyClicked ( object sender, StudyDetailsPanelEditStudyClickEventArgs e ) : void
StudyDetailsPanel_ReprocessStudyClicked ( object sender, StudyDetailsPanelReprocessStudyClickEventArgs e ) : void
StudyDetailsTabs_DeleteSeriesClicked ( object sender, StudyDetailsTabs e ) : void

Method Details

DeleteSeries() public method

public DeleteSeries ( ) : void
return void

DeleteStudy() public method

public DeleteStudy ( ) : void
return void

EditStudy() public method

public EditStudy ( ) : void
return void

LoadStudy() protected method

protected LoadStudy ( ) : void
return void

OnInit() protected method

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

OnPreRender() protected method

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

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Refresh() public method

public Refresh ( ) : void
return void

SetupEventHandlers() protected method

protected SetupEventHandlers ( ) : void
return void