Next .NET Training is Starting from Feb 27, 2013, Book your Seat, Call Now! 9988011975. * Corporate Trainings * Six Month/Six Week Industrial Training for Students
Next PHP Training is Starting from Mar 2, 2013, Book your Seat, Call Now! 9988011975. * Corporate Trainings * Six Month/Six Week Industrial Training for Students
Next C/C++ Training is Starting from Mar 7, 2013, Book your Seat, Call Now! 9988011975.* Corporate Trainings * Six Month/Six Week Industrial Training for Students
Next Core JAVA Course is Starting from Mar 10, 2013, Book your Seat, Call Now! 9988011975.* Corporate Trainings * Six Month/Six Week Industrial Training for Students
Next Android Course is Starting from Mar 12, 2013, Book your Seat, Call Now! 9988011975.* Corporate Trainings * Six Month/Six Week Industrial Training for Students
Next Advanced JAVA Course is Starting from Mar 15, 2013, Book your Seat, Call Now! 9988011975.* Corporate Trainings * Six Month/Six Week Industrial Training for Students
All Trainings are Live Project Based. Video Lectures + SyBooks are provided with each Course.* Corporate Trainings * Six Month/Six Week Industrial Training for Students
Best Institute Java Chandigarh | Best Institute PHP in Chandigarh | Best Institute .NET in Chandigarh
Best PHP Project Based Training in Chandigarh-Kalka Eye Care Hospital Registration
Kalka Eye Care Hospital Registration - Best PHP Project Based Training in Chandigarh
Following coding has been done by Gurpreet Kaur, who has received training from our company. We are very particular about minute things like naming conventions, proper releasing of heap allocated handles and memory, and also about the use of OOPS programming constructs like enums, const, static qualifiers. Our trainees exhibit all these features in their code. A high quality code always keeps a developer ahead of others. We can cite hundreds of instances where students trained by us have received appreciation letters from their employers. This is possible because of the overall development of a trainee not as a coder but also as a skilled organiser. You too can join us and benefit from our training methodology.
About Gurpreet Kaur
Her areas of interest are .NET Development for Desktop Apps, C++, PHP Scripting, Software Training, SQL Server Database, Web Designing, Web Development in ASP.NET, etc., She likes Surfing Net, Programming ,Dancing.. And this what she has to say about herself: I am Gurpreet Kaur pursuing B.Tech from Rayat Institute of Information Technology . I have knowledge about HTML, Web Designing, PHP, ASP.NET, C++.
. She has been trained at Hoven where she learnt to write serious, professional level code.
Synopsis
This Project is used for creating a Patient's record who is newly admitted to the Hospital. This is very useful for the Doctors and by this Project management of all the patient entries in the hospital becomes very easy. It saves all the previous records of the Patient , hence if a patient comes again to the hospital the doctor can check his/her previous health record and hence it becomes easy for the doctor to give medical advice to the patient and recruit him/her.This system will be very useful for the new Doctors in the hospital as when the new Doctor arrives in Hospital he/she upon seeing the previous records of the Patient can cure their diseases very easily. Thus we recommend that this system should be used in all the hospitals.
protected void lnknewPatient_Click(object sender, EventArgs e)
{
if (!fuPhoto.HasFile)
{
lblMsg.Text = "Please upload a Picture.";
return;
}
StringBuilder sbAllergies = new StringBuilder();
foreach (ListItem li in chklAllergies.Items)
{
if (li.Selected)
{
sbAllergies.AppendFormat("{0};", li.Value);
}
}
SqlDataSource1.InsertParameters["PatientAllergies"].DefaultValue = sbAllergies.ToString();
int i = SqlDataSource1.Insert();
if (i <= 0)
{
lblMsg.Text = "User already exists";
return;
}
else
{
fuPhoto.SaveAs(Server.MapPath(@"~/Images/") + txtPatientID.Text);
lblMsg.Text = "Patient Created !";
}
txtPatientID.Text = "";
txtPatientName.Text = "";
txtPhone.Text = "";
txtAddress.Text = "";
ddlWard.SelectedIndex = 0;
rblPatientIs.SelectedIndex = 0;
chkNationality.Checked = false;
foreach (ListItem li in chklAllergies.Items)
{
li.Selected = false;
}
}
User Reviews
Best PHP Project Based Training in Chandigarh-Kalka Eye Care Hospital Registration Reviewed by Heena Arora on. Best PHP, Java and .NET Coverage. Rating: 4.96. Before doing Asp.net I was thinking that programming is not my cup of tea... but after joining Hoven .. I got to know that I can do programming...I had great experiece in website development n thinking of gaining more knowledge in asp.net by doing more projects.
I have never experienced the way in which Hoven taught me, our facilitator has given each and every student personal attention, he is there to help me. It's a great institute. after joining Hoven I have developed confidence in myself.