G
Guest
I am struggling for many days without a solution. Can you guys help me ?
How do I get access to generate a unique ID number for my patients database
which is unique and not as negative ID number?
I will have multiple tables in the database like :
1. Patients demographic data table
2. Patients admission table
3. Doctors table
4. charges table
5. Diagnosis table
etc.
Each will have a primary ID as an autonumber field which will increment .
But I want the software to generate two IDs for me.
The Patients......demo....table is linked to the admission table via one -
many relationship. as one patient can get admitted many times.
But each patient should have permanently only one patient ID which is unique
and each admission should have one admission ID which is also unique. I
don;t want these numbers to be like 1, 2, 3 etc an autoincrement field which
will increment.
It should be like many other commercial softwares like
AKLM/0123/8976-546
Can you help Me ?
Thanks for your time
Dr Alok Modi MD
How do I get access to generate a unique ID number for my patients database
which is unique and not as negative ID number?
I will have multiple tables in the database like :
1. Patients demographic data table
2. Patients admission table
3. Doctors table
4. charges table
5. Diagnosis table
etc.
Each will have a primary ID as an autonumber field which will increment .
But I want the software to generate two IDs for me.
The Patients......demo....table is linked to the admission table via one -
many relationship. as one patient can get admitted many times.
But each patient should have permanently only one patient ID which is unique
and each admission should have one admission ID which is also unique. I
don;t want these numbers to be like 1, 2, 3 etc an autoincrement field which
will increment.
It should be like many other commercial softwares like
AKLM/0123/8976-546
Can you help Me ?
Thanks for your time
Dr Alok Modi MD