What's new

Help IT expert need your help to solve this problem

M H I N Y E

Forum Guru
Elite
Joined
May 11, 2018
Posts
3,626
Solutions
5
Reaction
5,767
Points
1,610
Mga Master kailangan
ko Po tulong nyo on
how to solve this problem
Using Scanner or JOptionPane

IMG_20190916_162536.jpg
And I'll give little
Prize who can
Solved this problem
 

Attachments

Kung gusto mo gumaling ka pagisipan mo at isolve mo yan. di porket gamer it na, hardwork mah friend
 
May TY naman daw!
Meron daw sya pa freebie haha.

Pero seryoso, aralin mo ts yang gagawin mo hehe. Gawin mo ung system tapos pag may error saka ka lang matutulungan. D pede ung spoon feed lahat. Nag aaral ka naman dba? Pag aralan mo, mag search ka. Ang daming reference sa google :)
 
Actually, ito na ang tamang pagkakataon para mahasa mo yung java at OO skills mo. Hindi masama humingi ng tulong dahil lahat tayo dumadaan dyan. Ang hindi ok, yung hindi man lang sinubukan at ipagawa sa iba.
 
Grabe ka naman TS hindi na yan simpleng problem, sabihin mo na lang pagawa ng system :LOL:, joke lang hindi pa yan system simpleng dialog box lang yan, kaya mo yan láρág ka muna ng code mo, JOptionPane pa lang yan eh paano pa kapag full implementation na ng Swing API baka umayaw ka na. Straightforward naman mga condition kayang-kaya mo yan kung susubukan mo.
 
This is I think some kind of a major project or an end of semester final output. It's a bit tough for a student kasi maraming modules/sections pero hindi sya mahirap na dahil logical at nagrerequire ng analysis. Madali na matrabaho kung baga.
These are the things you need to do:

Modules / Master files with database or a text file to store the data:

Patient Profile -
Pretty no brainer. It's just a patient's information.
Rooms fee/type - Room module and database/text files that stores the types of room with descriptions and rate.
Doctors / Doctors type - Doctors / type of doctors with their fee depending the type of a doctor.
Lab fee/type - Various Laboratory tests with the rates.
Philhealth deduction percentages - Philhealth deduction percentages. This can be constant too para tipid sa pag gawa ng module at storing ng data sa db or text file.

Constants / Fix Fees (optional na gawing hindi constant):

Operation fee
-40000
Birth Delivery -25000
Emergency Room -500
Supplies fee 10% - w/o Any operations
Supplies fee 25% - w/ Operations


Tools needed? you will be needing a file manipulation functions such as read, write a text file if you're going to use text file as data storage. Otherwise, use database. Pag bawal ang database at di mo kaya, no choice ka kundi text file ang storage mo.


Ayan. Guidelines mo na yan. Happy Coding!
 
Last edited:
Back
Top