DPM_AUXTYPES

The DPM_AUXTYPES table manages the name and description of auxillary assay attributes that don't fit in the DPM_CONTYPES table. The DataAspects Plate Manager ships with three attributes, Plate, Group and Units of measure.


Columns

No Name Domain Dty Len Scale Nulls Foreign Key Description
1 DPM_PK _DPM_PK I 4   N   Machine Generated Primary Key [Format 9999 Range 0 - 9999]
2 ATY_TYPE _DPM_CODE I 2   N   'Auxillary types': PLATE is the name given to a type of an assay (i.e. Screening); GROUP is the name given to a cluster of related wells in an assay plate (i.e. Positive control); UNIT is a unit of measure (i.e. ng/ml).

Values:
0 GROUP
1 PLATE
2 UNIT

3 ATY_NAME _DPM_NAME C 30   N   'Auxillary Name' is the name given to an auxillary Plate, Unit or Group. 'Auxillary Name' is stored in the DPM_AUXTYPES table [Format: A30 Range: Free text]
4 ATY_DESC _DPM_DESC C 80   N   'Auxillary Description' is the description of a name given to an auxillary plate, unit or group. 'Auxillary Description' is stored in the DPM_AUXTYPES table. [Format: A80 Range: Free text]

Dependents


Updated 08 Mar 2000.