Ejemplo n.º 1
0
        public void setConsPres(int predefPresId)
        {
            ConsultationMgr consMgr = new ConsultationMgr();

            DGV_selected.Rows.Clear();
            List <List <String> > pres = consMgr.getPrescriptionDtById(predefPresId);

            setPres(pres);
        }