Ejemplo n.º 1
0
        public DataSet DisplayPatient()
        {
            HealthData hdp = new HealthData();
            DataSet    ds  = new DataSet();

            ds = hdp.DisplayPatient();
            return(ds);
        }