Opened 11 years ago
Last modified 10 years ago
#2 assigned task
MDK
Reported-by: | Dragana Stojanovska | Owned by: | 139037 |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component2 | Version: | |
Keywords: | Cc: |
Description
Project Name: MEDICAL CENTER
Department: Team project
Focus Area: useful software for medicals
Product/Process: softwere
Note:
See TracTickets
for help on using tickets.
Imports System.Data.OleDb
'Imports all the functions, variables, declarations from system.data.oledb
Public Class Form1
'TODO: This line of code loads data into the 'Medical_systemDataSet4.tblPatient_Lab' table. You can move, or remove it, as needed.
'Medical_systemDataSet4.tblPatient_Appointment' table. You can move, or remove it, as needed.
'Medical_systemDataSet4.tblPatient_Examination' table. You can move, or remove it, as needed.
'TODO: This line of code loads data into the 'Medical_systemDataSet3.tblPatient_Lab' table. You can move, or remove it, as needed.
'TODO: This line of code loads data into the 'Medical_systemDataSet2.tblPatient_Examination' table. You can move, or remove it, as needed.
Me.TblPatient_ExaminationTableAdapter.Fill(Me.Medical_systemDataSet2.tblPatient_Examination)
'TODO: This line of code loads data into the 'Medical_systemDataSet.tblPatient' table. You can move, or remove it, as needed.
control can display a collection of data in multiple columns and rows. It includes functionality to sort by columns.