RESEARCHGROUPPOPULATEPROCESS (4.0SP17)

Contains information pertaining to the research group populate process.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

RESEARCHGROUPID

uniqueidentifier

false

A foreign key to the ID of the research group to which the process will be applied.

IDSETREGISTERID

uniqueidentifier

false

A foreign key to the ID set used to filter which records the process will use populate the research group.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(100)

false

''

The name of the parameter set.

DESCRIPTION

nvarchar(255)

false

''

The description of the parameter set.

POPULATEMETHODCODE

tinyint

false

0

This field specifies the method by which the process will populate the research group.

CREATEOUTPUTIDSET

bit

false

0

Designates whether or not an ID set should be created as a result of the process.

OUTPUTIDSETNAME

nvarchar(100)

false

''

The name of the output ID set to be created by the process.

OVERWRITEOUTPUTIDSET

bit

false

0

Designates whether or not to overwrite the output ID set if one with the same name already exists.

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

POPULATEMETHOD

nvarchar(33) (Computed)

true

Provides a translation for the 'POPULATEMETHODCODE' field.

DATELASTRUN

datetime

true

This date is used to filter records by the date the process was last run.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_RESEARCHGROUPPOPULATEPROCESS_DATEADDED

DATEADDED

False

False

True

IX_RESEARCHGROUPPOPULATEPROCESS_DATECHANGED

DATECHANGED

False

False

False

PK_RESEARCHGROUPPOPULATEPROCESS

ID

True

True

False

UC_RESEARCHGROUPPOPULATEPROCESS_NAME

NAME

True

False

False

Triggers
Trigger Name Description

TR_RESEARCHGROUPPOPULATEPROCESS_AUDIT_UPDATE

TR_RESEARCHGROUPPOPULATEPROCESS_AUDIT_DELETE

Referenced by
Referenced by Field

RESEARCHGROUPPOPULATEPROCESSSTATUS

PARAMETERSETID