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 Project Based Android Programming-Kalka Eye Care Hospital Registration
Kalka Eye Care Hospital Registration - Best Project Based Android Programming
Following coding has been done by Manvir Singh, 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 Manvir Singh
His areas of interest are .NET Development for Desktop Apps, C++, JAVA Web Development, PHP Scripting, Software Training, SQL Server Database, Web Designing, Web Development in ASP.NET, etc., He likes Surfing Net,Talking. And this what he has to say about himself: I am Manvir Singh pursuing B.Tech from Rayat Institute of Information Technology . I have knowledge about HTML, Web Designing, PHP, ASP.NET, C++, Java.
. He has been trained at Hoven where he 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 Project Based Android Programming-Kalka Eye Care Hospital Registration Reviewed by Aditya Jasrotia on. Ultimate Treatment of Sockets in C#.NET. Rating: 4.94. I've found that with other training providers, the chances are 50-50 of having a good experience. But with Hoven, from the very first class, I have always been impressed with how professional they are. Every instructor has been equally impressive. I have never been disappointed.
I would like to say that this is the best institute for C/C++ training. I have done many projects in both and can tell you that it not only helped me in understanding core concepts but also gave me an indepth view of the technology to enhance my skills and to gain expertise. Later, I joined Hoven again for .NET classes to raise my bar in technology and to boost up my career.