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

Afficher le fichier Open project: jasper-yeh/ClearCanvas

Méthodes publiques

Méthode Description
DeleteSeries ( ) : void
DeleteStudy ( ) : void
EditStudy ( ) : void
Refresh ( ) : void

Méthodes protégées

Méthode Description
LoadStudy ( ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
SetupEventHandlers ( ) : void

Private Methods

Méthode 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 méthode

public DeleteSeries ( ) : void
Résultat void

DeleteStudy() public méthode

public DeleteStudy ( ) : void
Résultat void

EditStudy() public méthode

public EditStudy ( ) : void
Résultat void

LoadStudy() protected méthode

protected LoadStudy ( ) : void
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SetupEventHandlers() protected méthode

protected SetupEventHandlers ( ) : void
Résultat void