Directives - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: Directives

Describes the directive or purpose under which actions are made. Directives can be projects, intended analyses for a specimen, etc.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

DirectiveIDInteger

nextval('"ODMXLabAnalyses"."Directives_DirectiveID_seq"'::regclass)Unique identifier.
DirectiveTypeCVVarChar() Directive type, such as project, intended analyte/analysis for a Specimen, etc.

DirectiveDescriptionVarChar() Text description of the directive or purpose under which the action was taken.

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_Directives_CV_DirectiveTypeODMXCV.CV_DirectiveTypeODMXLabAnalyses.DirectivesTermDirectiveTypeCV

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXLabAnalyses