SpecimenContainerEventLog
This table contains information about specimen events. This includes information about what the event was, where it occurred, and more. This table was originally used to store submitter information. When looking at the SQL for this table you will see some columns still have "submitter" in their name even though this table now holds container information.
| Column Name | Type | Description |
|---|---|---|
| EventWorkflowSourceCategory | INTEGER | The workflow source category ID for scan related events for this container. |
| EventAssociatedUserIdentifier | VARCHAR | The unique ID of the user that is associated with this event. |
| Refer | VARCHAR | The unique ID of the batch that a container was put on or taken off. |
| SpecimenEventEffectiveDateTime | FLOAT | A unique, internal contact date in decimal format. The integer portion of the number indicates the date of the contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| SpecimenEventPatientDepartmentIdentifier | NUMERIC | The unique ID of the patient's department for scan related events for this container. |
| EventSequenceNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| AssociatedTestIdentifier | VARCHAR | The unique ID of the test that is associated with this event. |
| EventInstrumentIdentifier | VARCHAR | The unique ID of the instrument associated with this event. |
| EventTrackingReasonCategory | VARCHAR | The event reason category number for the event. |
| EventUniversalTimeCoordinatedDateTime | DATETIME | The date and time when an event occurred in the UTC time zone. |
| OriginatingLaboratory | VARCHAR | The unique ID of the origin lab of a container when the container was received with a receive exception. |
| SpecimenEventCommentText | VARCHAR | The unique ID of the comment that is associated with this event. |
| EventWorkstationIdentifier | VARCHAR | The unique ID of the workstation that is associated with this event. |
| SpecimenEventTypeIdentifier | VARCHAR | The unique ID of the event type that is associated with this event. |
| EventDestinationUserIdentifier | VARCHAR | The unique ID of the destination user associated with the event. This is not the user who tracked the event. For example, for a "Delivered to Pathologist" event, this would be the pathologist the container was delivered to not the user who delivered the container. |
| SpecimenEventDateTime | DATETIME | The date and time when an event occurred. |
| ReceiveExceptionPackingListIdentification | VARCHAR | The unique ID of the packing list the container was on when the container was received with a receive exception. |
| ReceivingEventExceptionCategory | INTEGER | Records whether a receiving event is an exception. An exception occurs when a specimen is not destined for the receiving lab but is still received in that lab or when a specimen is received when filing a result message (receiving workflow not followed before specimen is placed on instrument). A value of 1 indicates that a receiving event is an exception with manual receiving. A value of 2 indicates that a receive event is an exception when filing a result by an incoming result message. A null value indicates that no exception occurred. A value of 0 (i.e. No) will not be populated. |
| ReferencedContainerIdentifier | VARCHAR | The unique ID of the container that is associated with this event. |
| CommunicationLogReferenceIdentifier | NUMERIC | The unique ID of the communication log that is associated with this event. |
| SystemGeneratedEventComment | VARCHAR | Stores comments related to a system generated event. |
| ReceiveEventLocationIdentifier | VARCHAR | For receive events, the unique ID of the lab into which the container was received. |
| CommunityLogOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| EventMethodIdentifier | VARCHAR | The unique ID of the method that is associated with this event. |