Example #1
0
 public static bool ExisteCondicionNoPatologicaEnHistoriaClinica(int idCondicionNoPatologica)
 {
     return(DCondicionesNoPatologicas.ExisteCondicionNoPatologicaEnHistoriaClinica(idCondicionNoPatologica));
 }
Example #2
0
        /********** VARIOS REGISTROS ***********/

        public static DataSet BuscarCondicionNoPatologicas(FCondicionesNoPatologicas filter)
        {
            return(DCondicionesNoPatologicas.BuscarCondicionNoPatologicas(filter));
        }
Example #3
0
        /************** REPORTES ***************/



        #endregion

        #region Verificaciones
        public static bool ExisteNombreCondicionNoPatologica(string nombre, int idCondicionNoPatologica)
        {
            return(DCondicionesNoPatologicas.ExisteNombreCondicionNoPatologica(nombre, idCondicionNoPatologica));
        }
Example #4
0
        /******** VALOR/REGISTRO ÚNICO *********/

        public static DataSet TraerCondicionNoPatologica(int idCondicionNoPatologica)
        {
            return(DCondicionesNoPatologicas.TraerCondicionNoPatologica(idCondicionNoPatologica));
        }