Database design and confidential data protection
From: Diego Berge <dberge_at_privacy.net>
Date: Sun, 16 Nov 2003 10:27:22 +0300
Message-ID: <bp78st$1kng99$1_at_ID-186969.news.uni-berlin.de>
Date: Sun, 16 Nov 2003 10:27:22 +0300
Message-ID: <bp78st$1kng99$1_at_ID-186969.news.uni-berlin.de>
How is it done if you had to work on a project (such as modifying and existing system) involving confidential data that needs to be protected from the developer?
Say, you could be working on a database of medical records, and it must be ensured that you must not have access to personal information. I suppose one approach would be to replace all attribute descriptions by other values, e.g.,
Patient | Disease
-----------------+--------
Joe Bloggs | Flu Jane Johnson | Cold Michael Peterson | Syphilis
turns into
Patient | Disease
-----------------+--------
Paris | Green Blue Montparnasse | Red London | Yellow Green
That's just something that ocurred to me, but how is it actually done? Just wondering.
TIA
-- e-mail address invalid, please reply to newsgroups.Received on Sun Nov 16 2003 - 08:27:22 CET