OrderSmartSetAssociation
This table contains data on smartsets and smartgroups that orders originated from.
| Column Name | Type | Description |
|---|---|---|
| OrderSmartGroupName | VARCHAR | The name of the SmartGroup that contained this order. |
| PhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |
| SmartGroupMergeKey | VARCHAR | The unique key assigned to the merged SmartGroup that contained this order. This is an arbitrary string value. |
| PatientEncounterContactSerialNumber | NUMERIC | The unique contact serial number for the patient contact associated with this order. This number is unique across patients and encounters in your system. If you use IntraConnect this is the Unique Contact Identifier (UCI). |
| OrderIdentifier | NUMERIC | Unique ID of the order record being retrieved |
| SmartSetProtocolSourceType | INTEGER | Category item that specifies what type of protocol record-based SmartSet the order came from (SmartSet or Order Set). |
| OrderSetDefaultOffsetInSeconds | INTEGER | This column stores the default offset from the order set when an order is signed and held. The offset is represented in seconds. For example, if the offset is 2 hours, the value stored in the order will be 7200. |
| SmartSetMergeTemplateIdentifier | NUMERIC | The ID of the merge template used when merging this SmartSet during ordering, if any. |
| SmartSetSectionIdentifier | NUMERIC | If a merge template was used, this item will contain the section within the merge template that this order came from. If no merge template was used, this item will contain the section within the SmartSet that this order came from. |
| OrderSetStartDate | VARCHAR | Order set start date. |
| SmartSetSectionName | VARCHAR | The name of the section whose ID is in SS_SECTION_ID. |
| SmartSetMergeTemplateContactDate | VARCHAR | The contact date of the contact from the merge template record that was used in this order’s ordering session. |