Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Hello Gurus - Pls advise me!!

  1. #1
    Junior Member Motion's Avatar
    Join Date
    Jul 2012
    Posts
    21
    My Mood
    Happy
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Hello Gurus - Pls advise me!!

    Please friends...
    I have this task to develop a Hospital Management System that be encompass all features of a modern hospital. The software will operate as a banking software; it'll be installed at the headquarters and all branches will connect to it, so that if a patient is registered and treatment at a branch in state 'A' and the patient will be in state 'B' on the next treatment day(same hospital), the patient will simply provide his/her 'Patient ID' and the details will come up.

    Kindly, as me to explain more if you didn't get me clearly, I really don't know where to start on the project.
    Please advise me.

    Thanks


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Hello Gurus - Pls advise me!!

    Is this a networking assignment?
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member Motion's Avatar
    Join Date
    Jul 2012
    Posts
    21
    My Mood
    Happy
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Hello Gurus - Pls advise me!!

    I think it'll involve much networking.
    I really don't knw whr to start.
    Pls where should I start?
    Advise me pls

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Hello Gurus - Pls advise me!!

    Start by making a detailed design of what each part of the package will do.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Junior Member didingnuriska's Avatar
    Join Date
    Apr 2013
    Posts
    21
    My Mood
    Cool
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Hello Gurus - Pls advise me!!

    I think you must design the business rule first.
    Then you need to define how data is modeled (ER),
    simply use Relational Database Concept, and I suggest to use MySQL for DBMS, its free and simply.

    If the database has been implemented, now you can writing the code for the information system application... (CRUD operation)
    for the Network, I think you must read and study about the socket in java.

    for the network structure, I think you must have one computer server to store database and client computers
    for data processing (CRUD operation).

    For patient management (moving state) you need to implemented a thread (listener) to
    count the time (1 day), or you can make it stored in database, or simply used admin in client computer
    as trigger to change the state of patient

  6. #6
    Junior Member Motion's Avatar
    Join Date
    Jul 2012
    Posts
    21
    My Mood
    Happy
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Hello Gurus - Pls advise me!!

    Thanks gurus like Norm and Didingnuriska.
    I appreciate your concerns...

Similar Threads

  1. Concurrency Programming GURUS: Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    By Novice85 in forum Object Oriented Programming
    Replies: 7
    Last Post: September 29th, 2011, 05:31 PM
  2. Need Advise!!!
    By Mr.777 in forum Member Introductions
    Replies: 1
    Last Post: May 16th, 2011, 09:36 AM
  3. NEW COMER SEEKING KNOWLEDGE AND GURUS
    By Abu Muhammad in forum Member Introductions
    Replies: 1
    Last Post: March 17th, 2011, 04:34 AM
  4. hello all you java gurus and newbies
    By johneusmc in forum Member Introductions
    Replies: 2
    Last Post: October 6th, 2010, 02:57 AM
  5. hello you Java gurus out there
    By fraxx in forum Member Introductions
    Replies: 2
    Last Post: October 22nd, 2009, 03:33 PM