ImagingOrderProtocolEven
The table contains information about the users that have protocolled imaging orders. The table may be useful in both determining the users that have protocolled a particular exam and determining the exams that a given user has protocolled. There should never be more than one row for a given user and order. The key pieces of data stored in this table are the protocolling user (PROTOCOL_USER_ID) and the instant the protocolling action was performed (INSTANT_UTC_DTTM). Since the data stored in the columns relate to related-response items in Chronicles, you will need both the and the to uniquely identify a row of data.
| Column Name | Type | Description |
|---|---|---|
| LastProtocolledLocalTime | DATETIME | The local date and time when the imaging order was protocolled by a particular user. If a user has performed multiple protocolling-related actions on a given order, then this column will contain the date and time of the most recent action taken. |
| OwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| ProtocolPerformedLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| LastProtocolledActionUtcInstant | DATETIME | The date and time when the imaging order was protocolled by a particular user. If a user has performed multiple protocolling-related actions on a given order, then this column will contain the date and time of the most recent action taken. |
| CommunityLogicalOwnerIdentification | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| ProtocollingUserIdentifier | VARCHAR | This unique ID of the user that protocolled the exam. Any protocolling related action taken in hyperspace will cause the user to have an entry in this column for the corresponding order which they were protocolling. However, this column should only ever contain one row for each user and order ID. |