Class Appconstants

Total Page:16

File Type:pdf, Size:1020Kb

Class Appconstants

HMS Application

Class AppConstants

Class SQLHelper

public static DataSet GetData(string SelectStatement)

public static DataSet GetDataSP(string spName, string Param)

public static DataSet GetDataParamsSP(string spName, List Params)

public static int ExecuteNonQuerySP(string spName, List Params)

public static void SaveData(string SelectStatement)

public static void UpdateData(string SelectStatement)

public static int ExecuteNonQuery(string executeQuery)

public partial class About

protected void Page_Load(object sender, EventArgs e) public partial class Search

protected void Page_Load(object sender, EventArgs e)

protected void btnSearchClick (object sender, EventArgs e)

protected void btnClearAllClick (object sender, EventArgs e) public partial class ContactUs

protected void Page_Load(object sender, EventArgs e) public partial class Default

protected void Page_Load(object sender, EventArgs e)

protected void btnGetStartedClick (object sender, EventArgs e) public partial class Employee

protected void Page_Load(object sender, EventArgs e)

protected void btnSearchClick (object sender, EventArgs e)

protected void btnClearAllClick(object sender, EventArgs e) public partial class Home

protected void Page_Load(object sender, EventArgs e)

protected void btnNewPatientClick (object sender, EventArgs e)

protected void btnReturningPatientClick (object sender, EventArgs e) public partial class Login

protected void Page_Load(object sender, EventArgs e)

protected void btnLogin(object sender, EventArgs e) public partial class NewPatient

protected void Page_Load(object sender, EventArgs e)

protected void btnAddNewPatientClick (object sender, EventArgs e)

protected void btnClearAllClick(object sender, EventArgs e)

public partial class PatientTreatment

protected void Page_Load(object sender, EventArgs e)

protected void btnAddTreatmentInformationClick(object sender, EventArgs e) public partial class PatientTriage

protected void Page_Load(object sender, EventArgs e)

protected void btnAddTriageInformationClick(object sender, EventArgs e) public partial class ReturningPatient

protected void Page_Load(object sender, EventArgs e)

protected void btnSearchClick (object sender, EventArgs e)

protected void btnClearAllClick(object sender, EventArgs e)

public partial class SiteMaster

protected void Page_Load(object sender, EventArgs e)

New Patient Class Controls

txtFirstName txtMiddleName txtLastName txtDateOfBirth txtSSN txtGender txtAddress txtPhone txtEmergencyContactPperson txtEmergencyContactNo txtInsuranceName

Patient Triage Class Controls txtTemperature txtBloodPressure txtHeight txtWeight txtAllergy txtNurse

Pateient Trratment Class Controls

txtSymptoms txtDisease txtService txtTreatmentDescription txtDoctor

txtDueAmount txtPaidAmount txtBalance txtDiseaseName txtServiceName txtPrescription txtCharges

Employee Class Controls

txtEmployeeID txtFirstName txtMiddleName txtLastName txtDateOfBirth txtGender txtAddress txtPhone txtRole

Login Class Control

txtUserName txtPassword

Recommended publications