Last Updated: 7/22/2025 8:42:49 PM
Intergy Version: 22.00.00.00
PatientRxActivity
Table Definition  Parent Tables  Child Tables
Table DefinitionField | Datatype | Default | Null Option | Comment |
---|---|---|---|---|
PatientRxActivitySID | INTEGER | ?   | MANDATORY | System generated unique id using the RxActivity sequence. |
RxSID | INTEGER | ?   | MANDATORY | FK from PatientRx table. |
ActivityType | CHAR(30) |   | MANDATORY | System defined lookup for PatientRxActivity Type. |
ActivityDetails | CHAR(5000) |   | OPTIONAL | This field will contain additional details of the activity that has taken place for the given PatientRx. |
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. |
ActivityDetailsCode | CHAR(8) |   | OPTIONAL | This field indicates the status code intergy received for the activity |
ActivityDetailsDescription | CHAR(300) |   | OPTIONAL | Description of activity details |
Parent Table | Join Phrase | When deleting parent record... |
---|---|---|
PatientRx | PatientRxActivity.RxSID = PatientRx.RxSID | CASCADE if PatientRxActivity exists |
Child Table | Join Phrase | When deleting PatientRxActivity record... |
---|