The following attributes
are included in the Oracle PUBLICNED.NED_PERSON view.
|
NAME |
DATA TYPE |
COMMENTS |
|
CHAR (10) NOT NULL |
Primary key (NIH ID#) |
|
|
VARCHAR2 (256) |
|
|
|
CHAR (2) |
|
|
|
VARCHAR2 (1024) |
|
|
|
VARCHAR2 (30) |
|
|
|
VARCHAR2 (5) |
Mixed case |
|
|
VARCHAR2 (64) NOT NULL |
Initial Caps |
|
|
VARCHAR2 (5) |
UPPERCASE |
|
|
VARCHAR2 (128) |
|
|
|
VARCHAR2 (256) |
|
|
|
CHAR (10) |
DN converted to uniqueidentifier (NIH ID#) [currently unused] |
|
|
VARCHAR2 (64) |
Initial Caps |
|
|
VARCHAR2 (30) |
|
|
|
VARCHAR2 (40) |
Designation (e.g., Physician,
Nurse) printed on ID badges of patient care workers or people working in the |
|
|
VARCHAR2 (5) |
Mixed case |
|
|
VARCHAR2 (64) |
Initial Caps |
|
|
VARCHAR2 (64) |
Initial Caps |
|
|
VARCHAR2 (64) |
UPPERCASE |
|
|
DATE |
Date NIH ID # first assigned |
|
|
CHAR (10) |
DN converted to uniqueidentifier (NIH ID#) |
|
|
VARCHAR2 (255) |
|
|
|
CHAR (1) |
|
|
|
DATE |
NIH
entry on duty (EOD) date |
|
|
DATE |
|
|
|
CHAR (1) |
|
|
|
VARCHAR2 (255) |
|
|
|
DATE |
Represents either the the expiration date of an issued NIH ID badge or the requested expiration date for an NIH ID badge that has been authorized, but not yet issued. (See note below regarding how to determine whether a badge is issued or authorized.) |
|
|
VARCHAR2 (20) |
Reason for a badge authorization (e.g., Initial Request, Renewal, Lost, etc. (nulled upon badge issuance). |
|
|
DATE |
The date on which a person was authorized for an NIH ID badge (nulled upon badge issuance). |
|
|
VARCHAR2 (48) |
|
|
|
CHAR (1) |
'Y' indicates a person is authorized for NIH Library privileges |
|
|
VARCHAR2 (40) |
|
|
|
NIHMDSLINKTOADNIH |
VARCHAR2 (20) |
Active Directory sAMAccountName |
|
NIHMDSLINKTOHELP |
VARCHAR2 (12) |
Remedy Customer ID |
|
NIHMDSLINKTOPH |
VARCHAR2 (32) |
PH alias |
|
NIHMIXCASECOMMONSN |
VARCHAR2 (64) |
preferred surname (mixed case) |
|
NIHMIXCASESN |
VARCHAR2 (64) |
surname (mixed case) |
|
CHAR (10) |
DN converted to uniqueidentifier (NIH ID#) |
|
|
DATE |
Set to the current time whenever any other column is updated, BUT may also be set to current time even if NO other columns have changed. |
|
|
VARCHAR2 (64) |
IC abbreviation (e.g., NCI) |
|
|
VARCHAR2 (64) |
IC name (e.g., National Cancer Institute) |
|
|
VARCHAR2 (256) |
|
|
|
VARCHAR2 (64) |
Acronym of organizational unit |
|
|
VARCHAR2 (64) |
Name of organizational unit |
|
|
VARCHAR2 (255) |
|
|
|
VARCHAR2 (40) |
|
|
|
VARCHAR2 (30) |
Standard Administration Code (SAC); 'HN' converted to null |
|
|
VARCHAR2 (15) |
|
|
|
VARCHAR2 (15) |
|
|
|
VARCHAR2 (20) |
|
|
|
VARCHAR2 (20) |
UPPERCASE |
|
|
CHAR (1) |
'Y' indicates the person is a summer worker |
|
|
VARCHAR2 (30) |
|
|
|
NUMBER (1) |
[currently unused] |
|
|
DATE |
[currently unused] |
|
|
CHAR (10) |
DN converted to uniqueidentifier (NIH ID#) [currently unused] |
|
|
VARCHAR2 (256) |
|
|
|
VARCHAR2 (256) |
|
|
|
VARCHAR2 (30) |
|
|
|
CHAR (16) |
Mixed case |
|
|
VARCHAR2 (255) |
|
|
|
VARCHAR2 (40) |
|
|
|
VARCHAR2 (256) |
|
|
|
CHAR (10) |
DN converted to uniqueidentifier (NIH ID#) |
|
|
VARCHAR2 (64) NOT NULL |
UPPERCASE |
|
|
VARCHAR2 (128) |
|
|
|
VARCHAR2 (128) |
|
|
|
VARCHAR2 (30) |
|
|
|
VARCHAR2 (64) |
|
Notes:
1) Do not expect the creation/modification timestamps and names to be useful.
2) ID badge
"status" can be determined based on information contained in a
person's NED record. Badge status will always be one of the following:
a) Issued (Person has an issued badge):
- NIHIDBADGEEXPDATE is not null and is a future date
- NIHIDBADGEREQDATE is null
- NIHIDBADGEISSUEREA is null
b) Authorized (Person has been authorized to receive a badge, but has not yet
picked it up):
- NIHIDBADGEEXPDATE is not null
- NIHIDBADGEREQDATE is not null
- NIHIDBADGEISSUEREA is not null
c) Not Authorized (Person has not been authorized for a badge):
- NIHIDBADGEEXPDATE is null
- NIHIDBADGEREQDATE is null
- NIHIDBADGEISSUEREA is null
If you have questions or need additional information, please contact ned-ops@list.nih.gov.