Babneet Kaur

Babneet Kaur

  • NA
  • 9
  • 815

Program for Hospital Charge Application using console based.

Oct 1 2018 8:06 PM
A typical hospital charges for the following things
 
level of care
level 1 = $350
level 2 =  $450
level 3= $ 600
level 4 = $ 800
 
Diagnostic Radiology
Cystoscopy = $355
Colonoscopy = $590
CT Scan = 200
 
Miscellaneous 
medication = $125
physical Rehab = $0 
 
Lab test
Urine Analysis = $200 
Stool Analysis = $300 
Blood Test = $100
 
In th emain method user shoul dinput the following
 patient name
level of care
cost associated with level of care
Duration of stay
cost of colonscopy
cost of cystoscopy
CT Scan
Medication
physical rehab
urine Analysis
Stool Analysis
Lab Test
 
CALCULATE
Calcstaycharge = level of care * number of days
CalcDiagnosticcharge = calculate total of all radiology test 
CalcLabcharge = Urine analysis + blood Test + Stool Analysis
CalcMischarge = physical rehab + medication
CalcTotalCharge = Calcstaycharge +  CalcDiagnosticcharge + CalcLabcharge + CalcMischarge
 

Answers (4)