Results 1 to 2 of 2
  1. #1
    bahisht2k2 is offline Novice
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    1

    Pathalogy lab database

    Hello Dears;
    I am creating a database for a pathology laboratory; having patient table; test advised table and Different test tables like Hematology, Serology, Urine


    how to make the relationship.
    Patient: P_ID;Name;Address;Visit_Date; Consultant_name(Doctors name in lookup)
    Test_advise: Hematolog (Yes/No); Serology (Y/N);Urine (Y/N)
    Hematology: HT_name ("HB %";"TLC";"ESR";"Platelets Count";"MCV";"Neuterophils";"Lymophyocytes";"Monoc ytes";"Eosinophils") in lookup combobox,row; HT_Result;HT_Normal Values ("M13-18/F11.5-16 gm/dl";"4000---11000/cumm";"0---15, 1st Hr";"1,50,000-4,50,000/cumm";"76---96fl";"50---70 %";"25---35 %";"02---06 %";"02---06 %") combo

    the other tables are also

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    id say:
    tPatient.patientID --- tTestAdvise.patientID,
    tTestAdvise.TestID --- tHematology.TestID
    tTestAdvise.TestID --- tUrine.TestID
    tTestAdvise.TestID --- tSerology.TestID
    etc

    tTestAdvised tbl,
    ---------------
    TestID
    patientID
    DateOrdered
    OrderedBy


    tHematology tbl
    ---------
    hemoID
    TestID
    test
    result
    etc

    tUrine tbl
    -------
    UrineID
    testID
    result
    etc

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 04-27-2016, 06:20 AM
  2. Replies: 1
    Last Post: 07-01-2015, 04:18 AM
  3. Replies: 1
    Last Post: 03-21-2015, 11:55 AM
  4. Replies: 4
    Last Post: 08-21-2013, 07:08 AM
  5. Replies: 3
    Last Post: 05-15-2011, 10:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums