DPM_NOTES

Stores a user's notes about an assay. Up to 100 lines of text with 80 bytes each may be stored for each assay.


Columns

No Name Domain Dty Len Scale Nulls Foreign Key Description
1 NTE_PLT_ID _DPM_PLATE_ID I 4   N DPM_PLATE.PLT_ID 'ID' is the unique identifier for a Plate. 'ID' is stored in the DPM_PLATE table. [Format: Int Range: 0 - 99999]
2 NTE_SEQ _DPM_SEQ I 2   N   NTE_SEQ is an internal sequence number used to order lines of text entered by the user. [Format: 99 Range: 0-99]
3 NTE_TEXT _DPM_TEXT C 80   N   NTE_TEXT stores notes entered by the user. Up to 99 lines can be entered and each line can be 80 bytes long. Format: A80 Range: 1-99

Dependents

None


Updated 08 Mar 2000.