Method | Description | |
---|---|---|
BindGroupTypes ( List |
Binds the group types.
|
|
BindLocations ( List |
Binds the locations.
|
|
BindSchedules ( List |
Binds the schedules.
|
|
BindSelectedGrid ( ) : void |
Binds the selected items to the grid.
|
|
LoadAttributeControl ( int allergyAttributeId, int personId ) : void |
Shows the note modal.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
gSelectedGrid_Delete ( object sender, |
Handles the Delete event of the gCheckInList control.
|
|
lbAddNoteCancel_Click ( object sender, |
Handles the Click event of the lbAddNoteCancel control.
|
|
lbAddNoteSave_Click ( object sender, |
Handles the Click event of the lbAddNoteSave control.
|
|
lbAddNote_Click ( object sender, |
Handles the Click event of the lbAddNote control.
|
|
lbBack_Click ( object sender, |
Handles the Click event of the lbBack control.
|
|
lbNext_Click ( object sender, |
Handles the Click event of the lbNext control.
|
|
lvLocation_ItemCommand ( object sender, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void |
Handles the ItemCommand event of the lvLocation control.
|
|
lvLocation_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void |
Handles the ItemDataBound event of the lvLocation control.
|
|
lvLocation_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void |
Handles the PagePropertiesChanging event of the lvLocation control.
|
|
rGroupType_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void |
Handles the ItemCommand event of the rGroupType control.
|
|
rGroupType_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void |
Handles the ItemDataBound event of the rGroupTypes control.
|
|
rSchedule_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void |
Handles the ItemCommand event of the rSchedule control.
|
|
rSchedule_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void |
Handles the ItemDataBound event of the rSchedule control.
|
Method | Description | |
---|---|---|
GoBack ( ) : void |
Goes back to the confirmation page with no changes.
|
|
GoNext ( ) : void |
Goes to the confirmation page with changes.
|
protected BindGroupTypes ( List |
||
groupTypes | List |
|
return | void |
protected BindLocations ( List |
||
groupTypes | List |
|
return | void |
protected BindSchedules ( List |
||
groupTypes | List |
|
return | void |
protected LoadAttributeControl ( int allergyAttributeId, int personId ) : void | ||
allergyAttributeId | int | |
personId | int | |
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected gSelectedGrid_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbAddNoteCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbAddNoteSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbAddNote_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbBack_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lvLocation_ItemCommand ( object sender, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.ListViewCommandEventArgs | The |
return | void |
protected lvLocation_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.ListViewItemEventArgs | The |
return | void |
protected lvLocation_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.PagePropertiesChangingEventArgs | The |
return | void |
protected rGroupType_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void | ||
source | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterCommandEventArgs | The |
return | void |
protected rGroupType_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterItemEventArgs | The |
return | void |
protected rSchedule_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void | ||
source | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterCommandEventArgs | The |
return | void |
protected rSchedule_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterItemEventArgs | The |
return | void |