Last Updated: 7/22/2025 8:42:49 PM
Intergy Version: 22.00.00.00
PatImplantableDeviceActivity
Table Definition  Parent Tables  Child Tables
Table DefinitionField | 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 Table | Join Phrase | When deleting parent record... |
---|---|---|
Encounter | PatImplantableDeviceActivity.EncounterSID = Encounter.EncounterSID | CASCADE if PatImplantableDeviceActivity exists |
PatImplantableDevice | PatImplantableDeviceActivity.PatImplantableDeviceSID = PatImplantableDevice.PatImplantableDeviceSID | CASCADE if PatImplantableDeviceActivity exists |
Child Table | Join Phrase | When deleting PatImplantableDeviceActivity record... |
---|