Ejemplo n.º 1
0
 private void tsbNuevo_Click(object sender, EventArgs e)
 {
     GeneralC.formNuevo(this, tstMenuPatron, tsbGuardar, tsbCancelar);
     GeneralC.deshabilitarControles(this);
     btBuscarContrato.Enabled = true;
     btnSalir.Enabled         = true;
 }
Ejemplo n.º 2
0
 private void tsbNuevo_Click(object sender, EventArgs e)
 {
     GeneralC.formNuevo(this, tstMenuPatron, tsbGuardar, tsbCancelar);
     admision.idAdmision = ConstanteGeneral.PREDETERMINADO;
     dtpAdmision.ResetText();
     deshabilitarControles();
 }
Ejemplo n.º 3
0
 private void tsBtNuevo_Click(object sender, EventArgs e)
 {
     GeneralC.formNuevo(this, tstMenuEvolucion, tsBtGuardar, tsBtCancelar);
     opciones();
     evolucionMedica.idEvolucion = ConstanteGeneral.PREDETERMINADO;
     dtpFecha.Text = Convert.ToString(GeneralC.obtenerFechaServidor());
 }
Ejemplo n.º 4
0
 private void tsbNuevo_Click(object sender, EventArgs e)
 {
     GeneralC.formNuevo(this, tstMenuPatron, tsbGuardar, tsbCancelar);
     cargarLineas();
     cargarVias();
     enlazarGrillas();
 }
Ejemplo n.º 5
0
 private void tsbNuevo_Click(object sender, EventArgs e)
 {
     GeneralC.formNuevo(this, tstMenuPatron, tsbGuardar, tsbCancelar);
     GeneralC.deshabilitarControles(pnlInformacion);
     ecocardiograma.idEco = ConstanteGeneral.PREDETERMINADO;
     editarRegistroGrilla();
     tsbBuscarNit.Enabled = true;
     dtpFecha.Enabled     = true;
 }
Ejemplo n.º 6
0
 private void tsBtNuevo_Click(object sender, EventArgs e)
 {
     GeneralC.formNuevo(this, tstMenuOrdenMedica, tsBtGuardar, tsBtCancelar);
     ordenClinica.nuevaOrden();
     crearOrden(ordenClinica);
     txtBCodigoOrden.ReadOnly = true;
     procedimientosUI.enlazarDgv();
     oxigenoUI.enlazarDgv();
     medicamentosUI.enlazarDgv();
     infusionImpregnacionUI.enlazarDgv();
     activarEdicion();
 }
Ejemplo n.º 7
0
        private void tsBtNuevo_Click(object sender, EventArgs e)
        {
            switch (tcEnfermeria.SelectedIndex)
            {
            case 0:
                nuevo();
                enfermeria.idInsumo = ConstanteGeneral.PREDETERMINADO;
                GeneralC.formNuevo(tpInsumos, tstMenu, tsBtGuardar, tsBtCancelar);
                opciones();
                break;

            case 1:
                nuevo();
                enfermeria.idNota = ConstanteGeneral.PREDETERMINADO;
                GeneralC.formNuevo(tpNotas, tstMenu, tsBtGuardar, tsBtCancelar);
                break;
            }
        }
Ejemplo n.º 8
0
 private void tsbNuevo_Click(object sender, EventArgs e)
 {
     limpiarObjetoEmpresa();
     GeneralC.formNuevo(this, tstMenuPatron, tsbGuardar, tsbCancelar);
 }
Ejemplo n.º 9
0
 private void tsbNuevo_Click(object sender, EventArgs e)
 {
     GeneralC.formNuevo(this, tstMenuPatron, tsbGuardar, tsbCancelar);
 }
Ejemplo n.º 10
0
 private void tsbNuevo_Click(object sender, EventArgs e)
 {
     GeneralC.formNuevo(this, tstMenuPatron, tsbGuardar, tsbCancelar);
     enlazarGrilla();
     cargarTodaListaEquivalencia();
 }
Ejemplo n.º 11
0
 private void tsbNuevo_Click_1(object sender, EventArgs e)
 {
     GeneralC.formNuevo(this, tstMenuPatron, tsbGuardar, tsbCancelar);
     paciente.idPaciente = 0;
     dtpNacimiento.ResetText();
 }
Ejemplo n.º 12
0
 private void tsbNuevo_Click(object sender, EventArgs e)
 {
     GeneralC.formNuevo(this, tstMenuPatron, tsbGuardar, tsbCancelar);
     dgvEdicion();
     solicitudLab.idSolicitud = ConstanteGeneral.PREDETERMINADO;
 }