L
Len B
I have an upcoming clinical project where I anticipate having a tblNotes
with fields for Author and Notes (memo) joined to tblPatients.
I anticipate using user level security with each author (health care
worker) being assigned to an appropriate group.
Once a note is written about a patient and saved, it must not be editable
by anyone. I am not sure of the best way to accomplish this. Complicating
the issue is the fact that an author may be called away from the computer
in the middle of creating a note and would not appreciate losing all that
work if the session times out.
My thoughts are running towards using an intermediate table from which
the finished note is moved to tblPatients via an authorizing process.
Somehow I get the feeling that there is a better way.
Is there? Are there any other gotchas to be aware of?
TIA
with fields for Author and Notes (memo) joined to tblPatients.
I anticipate using user level security with each author (health care
worker) being assigned to an appropriate group.
Once a note is written about a patient and saved, it must not be editable
by anyone. I am not sure of the best way to accomplish this. Complicating
the issue is the fact that an author may be called away from the computer
in the middle of creating a note and would not appreciate losing all that
work if the session times out.
My thoughts are running towards using an intermediate table from which
the finished note is moved to tblPatients via an authorizing process.
Somehow I get the feeling that there is a better way.
Is there? Are there any other gotchas to be aware of?
TIA