rule_target


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 31 ''

Maps to the id column in the clinical_rules table

group_id BIGINT 19 1

Contains group id to identify collection of targets in a rule

include_flag BOOLEAN 3 0

0 is exclude and 1 is include

required_flag BOOLEAN 3 0

0 is required and 1 is optional

method VARCHAR 31 ''

Maps to list_options list rule_targets

value VARCHAR 255 ''

Data is dependent on the method

interval BIGINT 19 0

Only used in interval entries

Indexes

Constraint Name Type Sort Column(s)
id Performance Asc id

Relationships