Name | Rock_Sample_Handling |
---|---|
Entity Type | Extension of Rock_Sample |
Description | A class to hold details of how a rock sample was transported and stored. |
Submodel | Rock_Sample |
Entity Scope | Project |
Primary Key | Rock_Sample_Id |
Natural Key | |
Generalizations | Tracked_Object |
Specializations |
Name | Value Domain | Property / Storage Unit | Description | Required / Default | Type |
---|---|---|---|---|---|
Dispatch_Date | DATE | NA |
The date on which the sample was dispatched to the analysis lab/storage facility | No |
DATE |
Dispatch_Location | STRING64 | NA |
The physical location (analysis lab or storage facility) to which the sample was dispatched. | 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) |
Prepared_By | STRING64 | NA |
The name of the person who prepared the sample for transportation. | No |
VARCHAR2(64) |
Produced_By | STRING64 | NA |
The name of application role that created the entity, for data created programmatically. | No |
VARCHAR2(64) |
Received_Date | DATE | NA |
The date that the sample was received from the field. | No |
DATE |
Return_Date | DATE | NA |
The date on which the sample was returned. | No |
DATE |
Rock_Sample_Id | Rock_Sample |
|
The rock sample to which this handling information belongs | Yes |
NUMBER(38) |
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 |
---|---|---|---|---|
Rock_Sample | Rock_Sample | The rock sample to which this handling information belongs | Cascade | Yes |