mmt_obsordersetdt

This page was automatically generated from the database schema dump and may be incomplete or incorrect.

Detail table for mmt_obsordersets. Determines which observations (mmt_observations) are part of which order set and in what order.

1. Columns

Name Type Length Description

ood_ID

nvarchar

36

GUID of the detail row (primary key).

ood_LastUpdatedTS

int

Timestamp of the last change (UNIX time).

ood_ObsOrderSet_ID

nvarchar

36

GUID of the associated order set. References mmt_obsordersets.oos_ID.

ood_Position

smallint

Display order within the order set.

ood_Observation_ID

nvarchar

7

ID of the observation. References mmt_observations.obs_id.