CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 36

Threaded View

  1. #1
    Join Date
    Feb 2012
    Posts
    17

    Auto-increment number

    Hello,

    This code is for (hospital management system).

    This code allow you to add patients.

    There are two types of patients. which is:
    1. Normal patient.
    2. Critically ill patient.

    once you added any patient. You will be able to show all patient using "ShowAllPatient;" method. -> i want the Auto-increment ID Number to appear for each patient has been added.

    And you will be able to call a patient to provide a hospital services for him/her using "GetNextPatient;" method.


    I need to generate an Auto-increment Number for each (patient) has been added. (Auto-increment Number) but it just should be different for each patient. For example the first patient will have 1, The second patient will have 2. etc. The Auto-increment number should appear for each patient.

    i really tired a lot but i could not find a solution.
    Last edited by general07z; February 19th, 2012 at 01:38 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured