Свойство | Type | Description | |
---|---|---|---|
Label2 | global::System.Web.UI.WebControls.Label | ||
Panel2 | global::System.Web.UI.WebControls.Panel | ||
btnBuscar | global::System.Web.UI.WebControls.Button | ||
ddlDoctor | global::System.Web.UI.WebControls.DropDownList | ||
gvAtencion | global::System.Web.UI.WebControls.GridView | ||
hddSort | global::System.Web.UI.WebControls.HiddenField | ||
pnlFormulario | global::System.Web.UI.WebControls.Panel | ||
pnlGrid | global::System.Web.UI.WebControls.Panel | ||
txtAtencionNumero | global::System.Web.UI.WebControls.TextBox | ||
txtQuejoso | global::System.Web.UI.WebControls.TextBox | ||
wucBeginDate | global::SIAQ.Web.Include.WebUserControls.wucCalendar | ||
wucEndDate | global::SIAQ.Web.Include.WebUserControls.wucCalendar |
Méthode | Description | |
---|---|---|
Page_Load ( object sender, |
||
btnBuscar_Click ( object sender, |
||
gvAtencion_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void | ||
gvAtencion_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
gvAtencion_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void |
Méthode | Description | |
---|---|---|
RecoveryForm ( ) : void | ||
SaveForm ( ) : void | ||
SelectAtencion ( System.Boolean Recovery ) : void | ||
SelectDoctor ( ) : void |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected btnBuscar_Click ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected gvAtencion_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewCommandEventArgs | |
Résultat | void |
protected gvAtencion_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewRowEventArgs | |
Résultat | void |
protected gvAtencion_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewSortEventArgs | |
Résultat | void |
protected global::System.Web.UI.WebControls.Label Label2 | ||
Résultat | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Panel Panel2 | ||
Résultat | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Button btnBuscar | ||
Résultat | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.DropDownList ddlDoctor | ||
Résultat | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.GridView gvAtencion | ||
Résultat | global::System.Web.UI.WebControls.GridView |
protected global::System.Web.UI.WebControls.HiddenField hddSort | ||
Résultat | global::System.Web.UI.WebControls.HiddenField |
protected global::System.Web.UI.WebControls.Panel pnlFormulario | ||
Résultat | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel pnlGrid | ||
Résultat | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.TextBox txtAtencionNumero | ||
Résultat | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtQuejoso | ||
Résultat | global::System.Web.UI.WebControls.TextBox |
protected global::SIAQ.Web.Include.WebUserControls.wucCalendar wucBeginDate | ||
Résultat | global::SIAQ.Web.Include.WebUserControls.wucCalendar |