Last Updated: 7/22/2025 8:42:49 PM

Intergy Version: 22.00.00.00

CardioOrderComponent

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table is used to record the component results of a cardio order.

Field Datatype Default Null Option Comment
CardioOrderSID INTEGER ?   MANDATORY FK - From CardioOrder
CardioComponentSID INTEGER ?   MANDATORY FK - From CardioComponent
ResultValue CHAR(40)   OPTIONAL Result value as returned by the cardio device
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.

Parent Tables
Parent TableJoin PhraseWhen deleting parent record...
CardioComponent CardioOrderComponent.CardioComponentSID = CardioComponent.CardioComponentSID RESTRICT if CardioOrderComponent exists
CardioOrder CardioOrderComponent.CardioOrderSID = CardioOrder.CardioOrderSID CASCADE if CardioOrderComponent exists

Child Tables
Child TableJoin PhraseWhen deleting CardioOrderComponent record...