private void IngresoUI_Load(object sender, EventArgs e) { GeneralC.posCargadoForm(this, tstMenuPatron, tsbNuevo, tsbBuscar); establecerGridview(); btnSalir.Enabled = true; GeneralC.llenarCombo(Sentencias.ATENCION_CAUSA_EXTERNA + " " + Util.Constantes.ConstanteGeneral.CAUSA_EXTERNA + "", Util.Constantes.ConstanteGeneral.VALUEMEMBER, Util.Constantes.ConstanteGeneral.DISPLAYMEMBER, cbCausaExterna); GeneralC.llenarCombo(Sentencias.ATENCION_INSTITUCION + " " + Util.Constantes.ConstanteGeneral.INSTITUCIÓN + "", Util.Constantes.ConstanteGeneral.VALUEMEMBER, Util.Constantes.ConstanteGeneral.DISPLAYMEMBER, cbInstitucion); GeneralC.llenarCombo(Sentencias.ATENCION_CAMA + " " + Util.Constantes.ConstanteGeneral.CAMA + "", Util.Constantes.ConstanteGeneral.VALUEMEMBER, Util.Constantes.ConstanteGeneral.DISPLAYMEMBER, cbCama); GeneralC.llenarCombo(Sentencias.GENERAL_ENTORNO_ATENCION, Util.Constantes.ConstanteGeneral.VALUEMEMBER, Util.Constantes.ConstanteGeneral.DISPLAYMEMBER, cbEntorno); GeneralC.llenarCombo(Sentencias.GENERAL_AREA_ATENCION, Util.Constantes.ConstanteGeneral.VALUEMEMBER, Util.Constantes.ConstanteGeneral.DISPLAYMEMBER, cbArea); GeneralC.llenarCombo(Sentencias.ATENCION_VIA_INGRESO + " " + Util.Constantes.ConstanteGeneral.VIA_INGRESO + "", Util.Constantes.ConstanteGeneral.VALUEMEMBER, Util.Constantes.ConstanteGeneral.DISPLAYMEMBER, cbVia); }
private void SolicitudMedicamentoNoPosUI_Load(object sender, EventArgs e) { GeneralC.posCargadoForm(this, tstMenuPatron, null, tsbBuscar); btBuscarOrden.Enabled = true; btnSalir.Enabled = true; txtfechaSolicitud.Text = Convert.ToString(GeneralC.obtenerFechaServidor()); establecerDatagridview(); }
private void FisioterapiaUI_Load(object sender, EventArgs e) { dtpFecha.Text = Convert.ToString(GeneralC.obtenerFechaServidor()); GeneralC.cargarFormularioEnPestana(tpInsumos, insumos); GeneralC.cargarFormularioEnPestana(tpNotas, notas); GeneralC.posCargadoForm(this, tstMenu, tsBtNuevo, tsBtBuscar); enfermeria.idInsumo = ConstanteGeneral.PREDETERMINADO; enfermeria.idNota = ConstanteGeneral.PREDETERMINADO; }
private void EvolucionMedicaUI_Load(object sender, EventArgs e) { dtpFecha.Text = Convert.ToString(GeneralC.obtenerFechaServidor()); GeneralC.cargarFormularioEnPestana(tpProblemas, problemas); GeneralC.cargarFormularioEnPestana(tpExamenFisico, examen); GeneralC.cargarFormularioEnPestana(tpAnalisis, analisis); GeneralC.posCargadoForm(this, tstMenuEvolucion, tsBtNuevo, tsBtBuscar); evolucionMedica.idEvolucion = ConstanteGeneral.PREDETERMINADO; }
private void OrdenMedicaUI_Load(object sender, EventArgs e) { GeneralC.cargarFormularioEnPestana(tpIndicaciones, indicacionesUI); GeneralC.cargarFormularioEnPestana(tpOxigeno, oxigenoUI); GeneralC.cargarFormularioEnPestana(tbProcedimientos, procedimientosUI); GeneralC.cargarFormularioEnPestana(tpMedicamentos, medicamentosUI); GeneralC.cargarFormularioEnPestana(tpInfusionImpregnacion, infusionImpregnacionUI); GeneralC.posCargadoForm(this, tstMenuOrdenMedica, tsBtNuevo, tsBtBuscar); }
void cargarDetalleLista(int codigo) { List <string> param = new List <string>(); param.Add(codigo.ToString()); GeneralC.cargarResultadosSQL(ConsultasConfiguracionGeneral.LISTA_PRECIO_EQUIVALENCIA_CARGAR_DETALLE, param); objListaPrecio.enlazarDt(); enlazarGrilla(); GeneralC.posCargadoForm(this, tstMenuPatron, tsbBuscar, tstModificar, tsbAnular, tstImprimir); }
private void ConfiguracionGeneralUI_Load(object sender, EventArgs e) { GeneralC.posCargadoForm(this, tstMenuPatron); DataGridViewColumnCollection columnas = dgvDetalle.Columns; columnas["Código"].DataPropertyName = "Código"; columnas["Descripción"].DataPropertyName = "Descripción"; tsbBuscarParametro.Enabled = true; dgvDetalle.Enabled = true; btlimpiar.Enabled = true; }
private void EnfermeriaUI_Load(object sender, EventArgs e) { GeneralC.cargarFormularioEnPestana(tpInsumos, insumos); GeneralC.cargarFormularioEnPestana(tpNotas, notas); GeneralC.cargarFormularioEnPestana(tpParaclinicos, paraclinicos); GeneralC.cargarFormularioEnPestana(tpProcedimientos, procedimientos); GeneralC.cargarFormularioEnPestana(tpGlucometria, glucometrias); GeneralC.posCargadoForm(this, tstMenu, tsBtNuevo, tsBtBuscar); enfermeria.idInsumo = ConstanteGeneral.PREDETERMINADO; enfermeria.idNota = ConstanteGeneral.PREDETERMINADO; }
private void IngresoClinicoUI_Load(object sender, EventArgs e) { valoracionUI = new ValoracionIngresoUI(idAtencion); GeneralC.cargarFormularioEnPestana(tpValoracion, valoracionUI); GeneralC.cargarFormularioEnPestana(tpAntecedentes, antecedentesUI); GeneralC.cargarFormularioEnPestana(tpAntecedentesMaterno, antecedentesMaternosUI); GeneralC.cargarFormularioEnPestana(tpAntecedentesNacimiento, eventoNacimientoUI); GeneralC.cargarFormularioEnPestana(tpRecienNacido, antecedenteRecienNacidoUI); GeneralC.cargarFormularioEnPestana(tpExamenFisico, examenFisicoUI); GeneralC.cargarFormularioEnPestana(tpAnalisis, analisisUI); GeneralC.posCargadoForm(this, tsIngreso, tsbModificar, null); cargarIngreso(); }
private void AdmisionUI_Load(object sender, EventArgs e) { establecerParametros(); GeneralC.posCargadoForm(this, tstMenuPatron, tsbNuevo, tsbBuscar); GeneralC.llenarCombo(Sentencias.CARGARPAIS, Util.Constantes.ConstanteGeneral.VALUEMEMBER, Util.Constantes.ConstanteGeneral.DISPLAYMEMBER, cmbResponsablePais); GeneralC.llenarCombo(Sentencias.CARGARPAIS, Util.Constantes.ConstanteGeneral.VALUEMEMBER, Util.Constantes.ConstanteGeneral.DISPLAYMEMBER, cmbAcompanantePais); GeneralC.llenarCombo(Sentencias.ADMISION_TRIAGE + " " + Util.Constantes.ConstanteGeneral.TRIAGE + "", Util.Constantes.ConstanteGeneral.VALUEMEMBER, Util.Constantes.ConstanteGeneral.DISPLAYMEMBER, cmbTriage); cargarCombosDatatable(admision.dtResultado, (int)ConstanteGeneral.PARAMETRO_PACIENTE.DOCUMENTOS, cmbTipoDocumento); cargarCombosDatatable(admision.dtResultado, (int)ConstanteGeneral.PARAMETRO_PACIENTE.DOCUMENTOS, cmbTipoDocumentoResponsable); btnSalir.Enabled = true; }
private void EmpresaUI_Load(object sender, EventArgs e) { GeneralC.posCargadoForm(this, tstMenuPatron, tsbNuevo, tsbBuscar); iniciarlizarForm(); }
private void UsuarioUI_Load(object sender, EventArgs e) { GeneralC.colocarIconosMenu(tstMenuPatron); GeneralC.posCargadoForm(this, tstMenuPatron, tsbNuevo, tsbBuscar); }
private void ListaPrecioMedicamentoUI_Load(object sender, EventArgs e) { GeneralC.posCargadoForm(this, tstMenuPatron, tsbNuevo, tsbBuscar); objListaPrecio.enlazarDt(); }
private void PacienteUI_Load(object sender, EventArgs e) { GeneralC.posCargadoForm(this, tstMenuPatron, tsbNuevo, tsbBuscar); inicio(); btnSalir.Enabled = true; }
private void EquivalenciaUI_Load(object sender, EventArgs e) { GeneralC.posCargadoForm(this, tstMenuPatron, tsbNuevo, tsbBuscar); }