Last Updated: 7/22/2025 8:42:49 PM
Intergy Version: 22.00.00.00
LabOrderTestNote
Table Definition  Parent Tables  Child Tables
Table DefinitionField | Datatype | Default | Null Option | Comment |
---|---|---|---|---|
LabOrderTestSID | INTEGER | ?   | MANDATORY | System generated ID for the ordered test. This must be a SID to link to the EA tables. |
NoteSID | INTEGER | ?   | MANDATORY | System generated note count. It serves to uniquely identify the note for the lab order test. |
Class | CHARACTER(6) |   | MANDATORY | System set note class. Note class codes are user defined. |
Body | CHARACTER(32000) |   | OPTIONAL | User entered body of the note. |
TimeStamp | CHARACTER(14) |   | OPTIONAL | System generated date/time stamp record was last written. |
LastUser | INTEGER | ?   | OPTIONAL | User ID of user that last wrote the record. |
CreateStamp | CHARACTER(14) |   | OPTIONAL | System generated date/time stamp record was created. |
CreateUser | INTEGER | ?   | OPTIONAL | User ID of user that created the record. |
EnteredStamp | CHARACTER(14) |   | OPTIONAL | Date/Time stamp of when the user entered this information. |
EnteredByUser | INTEGER | ?   | OPTIONAL | UserID of the person who entered the lab order test note. Similar to CreateUser and LastUser, no link to MMUser table. |
Parent Table | Join Phrase | When deleting parent record... |
---|---|---|
LabOrderTest | LabOrderTestNote.LabOrderTestSID = LabOrderTest.LabOrderTestSID | CASCADE if LabOrderTestNote exists |
Child Table | Join Phrase | When deleting LabOrderTestNote record... |
---|