Act Data Dictionary
Last updated
Last updated
The Conceptual Act Data Dictionary expressed in ADO.NET tables.
Physical Table
Conceptual Entity
Description
act_tbl
This table is used to store the non-versioned aspects of an act. These are things that are not supposed to change over the lifespan of an act
act_vrsn_tbl
This table is used to store the versioned portions of an act. The version sequence column should be a sequence which increments for each tuple (at minimum) or each new version of an object (best option)
act_id_tbl
This is an associative table which is used to store identifiers by which an act is referenced externally.
act_proto_tbl
Act Protocols
Act protocol implementation table.
act_pol_assoc_tbl
Act Policies
Policies which apply to the act.
act_rel_tbl
Relationships table. Note that effective/obsolete sequence columns refer to the source act.
sub_adm_tbl
Substance administration child table which is linked directly to the act table.
qty_obs_tbl
Quantity Observation table which is linked with the observation table.