C# Class IQCare.Web.Scheduler.AppointmentNewHistory

Show file Open project: palladiumkenya/IQCareKe

Protected Properties

Property Type Description
showStatus string

Private Properties

Property Type Description
AppGrid_AppointmentSelectedChanged void
AppGrid_DataLoadComplete void
AppGrid_ErrorOccurred void
AppGrid_NotifyCommand void
InjectScript void
PageScriptManager_AsyncPostBackError void
SchedulePatient_DataLoadComplete void
SchedulePatient_ErrorOccurred void
SchedulePatient_ModalDialogCancel void
SchedulePatient_NotifyCommand void
getPatientDetails void
showErrorMessage void

Protected Methods

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

Handles the Click event of the Button1 control.

OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Page_PreInit ( object sender, EventArgs e ) : void

Handles the PreInit event of the Page control.

btnBack_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnBack control.

btnNewAppointment_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnNewAppointment control.

btnOkAction_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnOkAction control.

theBtn_Click ( object sender, EventArgs e ) : void

Handles the Click event of the theBtn control.

Private Methods

Method Description
AppGrid_AppointmentSelectedChanged ( object sender, CommandEventArgs e ) : void
AppGrid_DataLoadComplete ( object sender, EventArgs e ) : void
AppGrid_ErrorOccurred ( object sender, CommandEventArgs e ) : void
AppGrid_NotifyCommand ( object sender, CommandEventArgs e ) : void
InjectScript ( ) : void
PageScriptManager_AsyncPostBackError ( object sender, AsyncPostBackErrorEventArgs e ) : void
SchedulePatient_DataLoadComplete ( object sender, EventArgs e ) : void

Handles the DataLoadComplete event of the AdmitPatient control.

SchedulePatient_ErrorOccurred ( object sender, CommandEventArgs e ) : void

Handles the ErrorOccurred event of the AdmitPatient control.

SchedulePatient_ModalDialogCancel ( object sender, EventArgs e ) : void
SchedulePatient_NotifyCommand ( object sender, CommandEventArgs e ) : void

Handles the NotifyCommand event of the AdmitPatient control.

getPatientDetails ( int patientId ) : void

Fills the patient appointmnt details in grid.

showErrorMessage ( Exception &ex ) : void

Method Details

Button1_Click() protected method

Handles the Click event of the Button1 control.
protected Button1_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

OnInit() protected method

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

Page_Load() protected method

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

Page_PreInit() protected method

Handles the PreInit event of the Page control.
protected Page_PreInit ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

btnBack_Click() protected method

Handles the Click event of the btnBack control.
protected btnBack_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

btnNewAppointment_Click() protected method

Handles the Click event of the btnNewAppointment control.
protected btnNewAppointment_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

btnOkAction_Click() protected method

Handles the Click event of the btnOkAction control.
protected btnOkAction_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

theBtn_Click() protected method

Handles the Click event of the theBtn control.
protected theBtn_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

Property Details

showStatus protected property

protected string showStatus
return string