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

Intergy Version: 22.00.00.00

PatientRxActivity

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table will contain activity records about a specific PatientRx record.

Field 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 Tables
Parent TableJoin PhraseWhen deleting parent record...
PatientRx PatientRxActivity.RxSID = PatientRx.RxSID CASCADE if PatientRxActivity exists

Child Tables
Child TableJoin PhraseWhen deleting PatientRxActivity record...