C# Class SIAQ.Web.Application.WebApp.Private.Seguimiento.VicDictamenMedico

Inheritance: System.Web.UI.Page
ファイルを表示 Open project: GCSoft/CEDHNL

Protected Properties

Property Type Description
AfectadoLabel global::System.Web.UI.WebControls.Label
AreaLabel global::System.Web.UI.WebControls.Label
AtencionNumeroFolio global::System.Web.UI.WebControls.Label
AtencionNumeroOficio global::System.Web.UI.WebControls.Label
DictamenMedicoLabel global::System.Web.UI.WebControls.Label
DoctorLabel global::System.Web.UI.WebControls.Label
EstatusLabel global::System.Web.UI.WebControls.Label
ExpedienteNumeroLabel global::System.Web.UI.WebControls.Label
FechaAsignacionLabel global::System.Web.UI.WebControls.Label
FechaAtencionLabel global::System.Web.UI.WebControls.Label
Label1 global::System.Web.UI.WebControls.Label
LugarRevisionLabel global::System.Web.UI.WebControls.Label
SenderId global::System.Web.UI.WebControls.HiddenField
SolicitudNumeroLabel global::System.Web.UI.WebControls.Label
UltimaModificacionLabel global::System.Web.UI.WebControls.Label
btnGuardar global::System.Web.UI.WebControls.Button
btnRegresar global::System.Web.UI.WebControls.Button
ckeDictamen global::CKEditor.NET.CKEditorControl
ddlResolucionDictamen global::System.Web.UI.WebControls.DropDownList
hddAtencionDictamenId global::System.Web.UI.WebControls.HiddenField
hddAtencionId global::System.Web.UI.WebControls.HiddenField
hddSort global::System.Web.UI.WebControls.HiddenField

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnGuardar_Click ( object sender, EventArgs e ) : void
btnRegresar_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetKey ( String sKey ) : String
InsertDictamen ( ) : void
SelectAtencion ( ) : void
SelectResolucionDictamen ( ) : void
UpdateDictamen ( ) : void

Method Details

Page_Load() protected method

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

btnGuardar_Click() protected method

protected btnGuardar_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnRegresar_Click() protected method

protected btnRegresar_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

AfectadoLabel protected_oe property

AfectadoLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label AfectadoLabel
return global::System.Web.UI.WebControls.Label

AreaLabel protected_oe property

AreaLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label AreaLabel
return global::System.Web.UI.WebControls.Label

AtencionNumeroFolio protected_oe property

AtencionNumeroFolio control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label AtencionNumeroFolio
return global::System.Web.UI.WebControls.Label

AtencionNumeroOficio protected_oe property

AtencionNumeroOficio control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label AtencionNumeroOficio
return global::System.Web.UI.WebControls.Label

DictamenMedicoLabel protected_oe property

DictamenMedicoLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label DictamenMedicoLabel
return global::System.Web.UI.WebControls.Label

DoctorLabel protected_oe property

DoctorLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label DoctorLabel
return global::System.Web.UI.WebControls.Label

EstatusLabel protected_oe property

EstatusLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label EstatusLabel
return global::System.Web.UI.WebControls.Label

ExpedienteNumeroLabel protected_oe property

ExpedienteNumeroLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label ExpedienteNumeroLabel
return global::System.Web.UI.WebControls.Label

FechaAsignacionLabel protected_oe property

FechaAsignacionLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label FechaAsignacionLabel
return global::System.Web.UI.WebControls.Label

FechaAtencionLabel protected_oe property

FechaAtencionLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label FechaAtencionLabel
return global::System.Web.UI.WebControls.Label

Label1 protected_oe property

Label1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label1
return global::System.Web.UI.WebControls.Label

LugarRevisionLabel protected_oe property

LugarRevisionLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LugarRevisionLabel
return global::System.Web.UI.WebControls.Label

SenderId protected_oe property

SenderId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField SenderId
return global::System.Web.UI.WebControls.HiddenField

SolicitudNumeroLabel protected_oe property

SolicitudNumeroLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label SolicitudNumeroLabel
return global::System.Web.UI.WebControls.Label

UltimaModificacionLabel protected_oe property

UltimaModificacionLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label UltimaModificacionLabel
return global::System.Web.UI.WebControls.Label

btnGuardar protected_oe property

btnGuardar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnGuardar
return global::System.Web.UI.WebControls.Button

btnRegresar protected_oe property

btnRegresar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnRegresar
return global::System.Web.UI.WebControls.Button

ckeDictamen protected_oe property

ckeDictamen control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::CKEditor.NET.CKEditorControl ckeDictamen
return global::CKEditor.NET.CKEditorControl

ddlResolucionDictamen protected_oe property

ddlResolucionDictamen control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlResolucionDictamen
return global::System.Web.UI.WebControls.DropDownList

hddAtencionDictamenId protected_oe property

hddAtencionDictamenId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hddAtencionDictamenId
return global::System.Web.UI.WebControls.HiddenField

hddAtencionId protected_oe property

hddAtencionId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hddAtencionId
return global::System.Web.UI.WebControls.HiddenField

hddSort protected_oe property

hddSort control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hddSort
return global::System.Web.UI.WebControls.HiddenField