Name | NDC_Document |
---|---|
Entity Type | Extension of Document |
Description | Additional information for documents as defined by NDCs |
Submodel | NDC |
Entity Scope | Project |
Primary Key | Document_Id |
Natural Key | |
Generalizations | Tracked_Object |
Specializations |
Name | Value Domain | Property / Storage Unit | Description | Required / Default | Type |
---|---|---|---|---|---|
Current_Status | CODE | NA |
The current status of a document. Examples could be Awaiting Approval, Rejected etc | No |
VARCHAR2(64) |
Document_Id | Document |
|
The document to which the NDC specific attributes refer to | Yes |
NUMBER(38) |
Document_Sub_Type | R_NDC_Document |
|
The sub_type of the document. | No |
VARCHAR2(64) |
Insert_Date | DATE | NA |
Date the entity was created in the repository | No |
DATE |
Insert_User | STRING64 | NA |
The name of the user responsible for the creation of this entity in the repository. | No |
VARCHAR2(64) |
Original_Doc_Id | STRING64 | NA |
The document Id from the original system | No |
VARCHAR2(64) |
Original_Parent_Doc_Id | STRING64 | NA |
The document Id or the parent from the original system | No |
VARCHAR2(64) |
Page_Count | NUMBER | No_Unit |
The number of pages in the document. | No |
NUMBER |
Produced_By | STRING64 | NA |
The name of application role that created the entity, for data created programmatically. | No |
VARCHAR2(64) |
QC_Auditor | STRING64 | NA |
The name of the person who last modified the QC level of the document. | No |
VARCHAR2(64) |
QC_Date | DATE | NA |
The date of the last QC level change. | No |
DATE |
QC_Level | STRING64 | NA |
The QC level of the log image. Examples are Low, Medium or High | No |
VARCHAR2(64) |
QC_Status | STRING64 | NA |
The QC status of the log image. Examples are Checked or Unchecked | No |
VARCHAR2(64) |
Quality_Code | STRING1 | NA |
A code to denote the quality of the log image. | No |
VARCHAR2(1) |
Reference_Number | STRING64 | NA |
A reference number shown on the document | No |
VARCHAR2(64) |
SDAT_Label | int | No_Unit |
Label used by the security system for entitlements. SDAT is Secure Data Access Technology. | No |
NUMBER(10) |
Update_Date | DATE | NA |
Date of the most-recent modification to the entity. | No |
DATE |
Update_User | STRING64 | NA |
The name of the user responsible for the last modification to this entity. | No |
VARCHAR2(64) |
Link | To Entity | Description | Implementation Technique | Required |
---|---|---|---|---|
Document | Document | The document to which the NDC specific attributes refer to | Cascade | Yes |
Document_Sub_Type | R_NDC_Document | The sub_type of the document. | Restrict | No |