コード例 #1
0
 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);
 }
コード例 #2
0
 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();
 }
コード例 #3
0
 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;
 }
コード例 #4
0
 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;
 }
コード例 #5
0
 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);
 }
コード例 #6
0
        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);
        }
コード例 #7
0
        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;
        }
コード例 #8
0
 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;
 }
コード例 #9
0
        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();
        }
コード例 #10
0
 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;
 }
コード例 #11
0
ファイル: EmpresaUI.cs プロジェクト: SlidVermin/galactusV1.0
 private void EmpresaUI_Load(object sender, EventArgs e)
 {
     GeneralC.posCargadoForm(this, tstMenuPatron, tsbNuevo, tsbBuscar);
     iniciarlizarForm();
 }
コード例 #12
0
 private void UsuarioUI_Load(object sender, EventArgs e)
 {
     GeneralC.colocarIconosMenu(tstMenuPatron);
     GeneralC.posCargadoForm(this, tstMenuPatron, tsbNuevo, tsbBuscar);
 }
コード例 #13
0
 private void ListaPrecioMedicamentoUI_Load(object sender, EventArgs e)
 {
     GeneralC.posCargadoForm(this, tstMenuPatron, tsbNuevo, tsbBuscar);
     objListaPrecio.enlazarDt();
 }
コード例 #14
0
 private void PacienteUI_Load(object sender, EventArgs e)
 {
     GeneralC.posCargadoForm(this, tstMenuPatron, tsbNuevo, tsbBuscar);
     inicio();
     btnSalir.Enabled = true;
 }
コード例 #15
0
 private void EquivalenciaUI_Load(object sender, EventArgs e)
 {
     GeneralC.posCargadoForm(this, tstMenuPatron, tsbNuevo, tsbBuscar);
 }