Exemple #1
0
        public int update_followed_up()
        {
            DAFolloaed_patient dfp    = new DAFolloaed_patient();
            ListDictionary     Params = new ListDictionary();
            int result = dfp.update_followed_up(Params);

            return(result);
        }