PC Review


Reply
Thread Tools Rate Thread

displaying multiple records for one patient

 
 
spud
Guest
Posts: n/a
 
      16th Feb 2009
I have a table that has patient records. Each patient has one Medical Record
Number (column A), but each subsequent visit they are assigned an Encounter
number (Column B).

I'd like a form to display the Medical Record Number at the top, then below,
each encounter number and its related data.

New to Access, but have a brain freeze of how to set this up..any help is
appreciated.
 
Reply With Quote
 
 
 
 
ghetto_banjo
Guest
Posts: n/a
 
      16th Feb 2009
You could use a subform that has all Encounter Numbers for matching
Medical Record number on the main form. I believe the subform wizard
can walk you through setting that up automatically.
 
Reply With Quote
 
John W. Vinson
Guest
Posts: n/a
 
      16th Feb 2009
On Mon, 16 Feb 2009 10:09:01 -0800, spud <(E-Mail Removed)>
wrote:

>I have a table that has patient records. Each patient has one Medical Record
>Number (column A), but each subsequent visit they are assigned an Encounter
>number (Column B).
>
>I'd like a form to display the Medical Record Number at the top, then below,
>each encounter number and its related data.
>
>New to Access, but have a brain freeze of how to set this up..any help is
>appreciated.


A better table design would be to have one Patients table with static
biographical information (name, contact info, etc.), with the Medical Record
Number as the primary key; related one to many to an Encounters table, with a
Medical Record Number as a foreign key and an encounter number, perhaps as a
joint two field primary key. You could use a Form based on the patients table
with a Subform based on the Encounters table to display and edit this data.

I hope you're aware of the very stringent patient privacy and data security
issues for medical records data under the HIPAA law. Check it out before you
get too deep; it can be argued that Access has inadequate security for such
data storage.
--

John W. Vinson [MVP]
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forms - Displaying Multiple Records in one form Lyne Savage Microsoft Access Forms 3 9th Sep 2009 12:50 PM
How to display patient scanned records charles.kendricks@charter.net Microsoft Access 1 27th Nov 2006 10:36 PM
Displaying Multiple records on 1 form =?Utf-8?B?ZHdhbHNoNzc=?= Microsoft Access Forms 1 24th Jan 2006 04:44 AM
vb.net 2003: Displaying multiple records.... =?Utf-8?B?QmlsbCBCcmlua3dvcnRo?= Microsoft Dot NET 0 9th Apr 2005 01:15 AM
Displaying multiple records JZ Microsoft Access VBA Modules 1 15th Apr 2004 07:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:48 PM.