Person related services
|
Service name:
|
personalia
|
Provides
|
- All information directly related to a person's identity, biological
and social relationships excluding confidential data (like credit card information)
- All geographical information, including all person's addresses
(home, work, holidays ..)
- Personal communication related information (phone numbers, fax,
email, web sites, pagers)
|
Access level
|
all staff
|
Related scripts:
|
gnumed.sql
|
priming of database (creation of procedural languages,
basic access permissions, audit trail priming)
|
|
gmgis.sql
|
geographic information in the widest sense; streets,
cities, states, nations, postcodes ...
|
|
gmidentity.sql
|
a person's identity, names, relationships, and a many-to-many
pivot table linking identities to addresses
|
|
gmcommunication.sql
|
phone & fax numbers, email addresses, web sites,
pagers, etc. and a many-to-many pivot table linking identities to communication
URLs
|
All scripts can be downloaded
from CVS by folowing the links above. They should be executed in the same
order as above, from top to bottom, after creating the corresponding database.
This must be done by a user who has already privileges on Postgres to create
new databases and tables.
|