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

Intergy Version: 22.00.00.00

PatImplantableDeviceActivity

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table stores activity records for the PatImplantableDevice table.

Field Datatype Default Null Option Comment
ActivitySID INTEGER ?   MANDATORY System generated unique id using the PatImplantableDevice sequence.
PatImplantableDeviceSID INTEGER ?   MANDATORY FK
ActivityType CHAR(2)   MANDATORY System defined lookup for ImplantableDeviceActivity Type
ActivityDetails CHAR(5000)   OPTIONAL This field will contain additional details of the activity that has taken place for the given PatImplantableDevice.
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.
EncounterSID INTEGER ?   OPTIONAL FK - from Encounter

Parent Tables
Parent TableJoin PhraseWhen deleting parent record...
Encounter PatImplantableDeviceActivity.EncounterSID = Encounter.EncounterSID CASCADE if PatImplantableDeviceActivity exists
PatImplantableDevice PatImplantableDeviceActivity.PatImplantableDeviceSID = PatImplantableDevice.PatImplantableDeviceSID CASCADE if PatImplantableDeviceActivity exists

Child Tables
Child TableJoin PhraseWhen deleting PatImplantableDeviceActivity record...