Exemple #1
0
 private void FrmSolicitudAutorizacion_Load(object sender, EventArgs e)
 {
     CargarConfiguracionInicial();
     FuncionesBases.CargarCboEstablecimientoConConvenio(cboEstablecimiento);
     FuncionesBases.CargarComboTipoDoc(cboPacienteTipoDocumento);
     FuncionesBases.CargarComboRegimen(cboPacienteTipoRegimen);
     FuncionesBases.CargarCboSexo(cboPacienteSexo);
     CargarDatosSolicitudAutorizacion();
 }
Exemple #2
0
 private void FrmBuscadorAtencionesSis_Load(object sender, EventArgs e)
 {
     FuncionesBases.CargarCboSexo(cboSexoPaciente);
     CargarCboObservado();
 }