SpecimenBatchPositions - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: SpecimenBatchPositions

Extends the FeatureActions table with a foreign key when the optional LabAnalyses schema is implemented. In a database implementation, we would not implement this as a separate table from FeatureActions, but rather just add the additional field(s).

Columns

PKNameData TypeNULLAutoDefaultCommentFK

FeatureActionIDInteger Foriegn key identifer for the Specimen Preparation or Analysis Batch

BatchPositionNumberInteger The position or line number of a specimen within a PreparationBatchAction or an InstrumentAnalysisAction.
BatchPositionLabelVarChar()

The label text for a specimen within a PreparationBatchAction or an InstrumentAnalysisAction.

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_SpecimenBatchPostions_FeatureActionsODMXCore.FeatureActionsODMXLabAnalyses.SpecimenBatchPositionsFeatureActionIDFeatureActionID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXLabAnalyses