L
LMB
I am using Acess 2003 for the first time. I have been using Access 2000. I
have a List of patients admitted to the hospital on therapy. I need to have
their location based on Area, Room Number and Bed Number. This also will
tie in with therapy type because I need to know where the patient was
located when they were on ventilator therapy. They may have been in area
MSICU, Room 121 bed 1 while they were getting vent therapy. Now they may be
in area 1B, Room 121, bed 2 but they are on Aerosol and MDI therapy. Should
I put the PtLocID in my tblPatients? As you can see I am getting myself
mixed up. I probably need to give more info but I can't think of what so
here is a start.
Here are some of my tables.
tblAreasList
AreaID
AreaDesc
tblBedList
BedListID
BedNumber
tblPtLoc
PtLocID
PtID_fk from tblPatients
AreaID_fk from tblAreas
BedListID_fk from tbl Beds
RoomNum
tblPatients
Patient ID
LName
FName
Etc
tblPtThpy
PtThpyID
PtID_fk from tblPatients
ThpyTypeID_fk from tblTherapyType
ThpyStartDtTm
ThpyEndDtTm
Etc
Thanks,
Linda
have a List of patients admitted to the hospital on therapy. I need to have
their location based on Area, Room Number and Bed Number. This also will
tie in with therapy type because I need to know where the patient was
located when they were on ventilator therapy. They may have been in area
MSICU, Room 121 bed 1 while they were getting vent therapy. Now they may be
in area 1B, Room 121, bed 2 but they are on Aerosol and MDI therapy. Should
I put the PtLocID in my tblPatients? As you can see I am getting myself
mixed up. I probably need to give more info but I can't think of what so
here is a start.
Here are some of my tables.
tblAreasList
AreaID
AreaDesc
tblBedList
BedListID
BedNumber
tblPtLoc
PtLocID
PtID_fk from tblPatients
AreaID_fk from tblAreas
BedListID_fk from tbl Beds
RoomNum
tblPatients
Patient ID
LName
FName
Etc
tblPtThpy
PtThpyID
PtID_fk from tblPatients
ThpyTypeID_fk from tblTherapyType
ThpyStartDtTm
ThpyEndDtTm
Etc
Thanks,
Linda