Ejemplo n.º 1
0
        private void bieu103ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Các khoản không thu được", false, "dm_103", 103);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 2
0
        private void bieu11ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Tình hình bệnh tật, tử vong tại bệnh viện", true, "dm_11", 11);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 3
0
        private void bieu1021ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Chi tiết về thu viện phí,Bảo hiểm", false, "dm_1021", 1021);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 4
0
        private void bieuToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Chi tiết về các khoản chi", false, "dm_1022", 1022);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 5
0
        private void bieu92ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Hoạt động nghiên cứu khoa học", false, "dm_092", 92);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 6
0
        private void bieu101ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Hoạt động tài chính", false, "dm_101", 101);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 7
0
        private void bieu08ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Trang thiết bị y tế", false, "dm_08", 8);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 8
0
        private void bieu91ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Hoạt động chỉ đạo tuyến", false, "dm_091", 91);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 9
0
        private void bieu06ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Hoạt động cận lâm sàng", false, "dm_06", 6);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 10
0
        private void bieu07ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Dược bệnh viện", false, "dm_07", 7);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 11
0
        private void bieu05ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Hoạt động sức khỏe sinh sản", false, "dm_05", 5);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 12
0
        private void bieu01ToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Hoạt động phẫu thuật, thủ thuật", true, "dm_04", 4);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 13
0
        private void bieu03ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Hoạt động điều trị", true, "dm_031", 3);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 14
0
        private void bieu02ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Hoạt động khám bệnh", true, "dm_02", 2);

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 15
0
        private void bieu01ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rptBieu f = new rptBieu(m, "Bieu 01", false, "dm_01", 1);

            f.MdiParent = this;
            f.Show();
        }