Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
PHIDiscActivity
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| PHIDisclosureSID | INTEGER | ?   | MANDATORY | FK |
| ActivityCount | INTEGER | 0   | MANDATORY | Programmatically set to the next sequential number that represents the next activity that occurred against the PHI Disclosure. |
| ActivityText | CHARACTER(80) |   | OPTIONAL | Programmatically set text describing the activity. |
| 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. |
| ActivityCode | CHARACTER(1) |   | OPTIONAL | Indicates type of activity. Possible values: C - Created , E - Edited , V - Voided and R - Report |
| Parent Table | Join Phrase | When deleting parent record... |
|---|---|---|
| PHIDisclosure | PHIDiscActivity.PHIDisclosureSID = PHIDisclosure.PHIDisclosureSID | CASCADE if PHIDiscActivity exists |
| Child Table | Join Phrase | When deleting PHIDiscActivity record... |
|---|