Tuesday, December 3, 2013

Patient Cholesterol Levels Chapter 9 Shelly Cashman Series VB 2010 Express

Case Programming Assignments
Microsoft Visual Basic 2010
Chapter 9
Shelly Cashman Series

Vb.Net Patient Cholesterol, Splash Screen, Filtering, Sorting, File Dialog Box, Clear Exit
 

Application Title: Patient Cholesterol Levels

Purpose Title: This Windows application determines which patient’s cholesterol is considered high.

Program Procedures: In a Windows application, a text file containing patient information name patient.txt is opened. The patients that have a cholesterol  level above 200 are written to a second text file for consultation named consult.txt.

Algorithms, Processing, Conditions:
1. Each day a text file named patient.txt is opened from the USB drive. The patient.txt file contains the names, patient ID numbers, and cholesterol level results from the lab. An opening graphic and title is displayed on the Windows From object.
2. A file menu includes the options to Display Patient information, Clear, and Exit. The Display Patient Information option displays the contents of the patient.txt file on a second Windows Form object.
3. The patient name, patient ID number, and the cholesterol level is assigned to an array that holds 15 elements each.
4. The cholesterol level is tested to see if the blood cholesterol level is above the value 200.
5. The patient name, patient ID number, and the cholesterol level for the patients who have a cholesterol level  above 200 is written to a text file named consult.txt on the USB drive. A nurse will contact these patients with the elevated cholesterol levels for further evaluation.
6. The program displays the number of patients who had an elevated cholesterol level above 200 and the average cholesterol rate of today’s patients.

Notes:
1. A picture should be selected from a graphic available on the Web.
2. The text file patient.txt is available on scsite.com/vb2020/ch9


Preview Solution:
Patient Cholesterol Levels
Patient Cholesterol Levels
  • This tutorial was purchased 1 time and rated A+ by students like you.
  • Posted on Apr 28, 2013 at 12:35:38PM
Price: $20
Special Price: $15
Email: syedjahangirb@gmail.com for downloading assignment
File in Solution:
 PreviewCholestrolGrt200.jpg (76K) (Preview)
 solution_PatientCholesterol.zip (1220K) 
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/bin/Release/Patient Cholesterol Levels.exe
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/bin/Release/Patient Cholesterol Levels.pdb
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/bin/Release/Patient Cholesterol Levels.xml
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/Form1.Designer.vb
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/Form1.resx
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/Form1.vb
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/My Project/Application.Designer.vb
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/My Project/Application.myapp
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/My Project/AssemblyInfo.vb
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/My Project/Resources.Designer.vb
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/My Project/Resources.resx
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/My Project/Settings.Designer.vb
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/My Project/Settings.settings
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Debug/Patient Cholesterol Levels.exe
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Debug/Patient Cholesterol Levels.pdb
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Debug/Patient Cholesterol Levels.vbproj.FileListAbsolute.txt
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Debug/Patient Cholesterol Levels.vbproj.GenerateResource.Cache
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Debug/Patient Cholesterol Levels.xml
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Debug/Patient_Cholesterol_Levels.Form1.resources
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Debug/Patient_Cholesterol_Levels.Resources.resources
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Release/Patient Cholesterol Levels.exe
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Release/Patient Cholesterol Levels.pdb
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Release/Patient Cholesterol Levels.vbproj.FileListAbsolute.txt
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Release/Patient Cholesterol Levels.vbproj.GenerateResource.Cache
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Release/Patient Cholesterol Levels.xml
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Release/Patient_Cholesterol_Levels.Form1.resources
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Release/Patient_Cholesterol_Levels.Resources.resources
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Release/Patient_Cholesterol_Levels.Welcome.resources
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/obj/x86/Release/TempPE/My Project.Resources.Designer.vb.dll
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/Patient Cholesterol Levels.vbproj
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/Patient Cholesterol Levels.vbproj.user
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/Resources/CholestrolChk.PNG
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/Welcome.Designer.vb
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/Welcome.resx
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels/Welcome.vb
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels.sln
 solution_PatientCholesterol/Patient Cholesterol Levels/Patient Cholesterol Levels.suo
 ]

No comments:

Post a Comment