Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
PatientRxFillAttribute
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| PatientRxFillSID | INTEGER | ?   | MANDATORY | FK from PatientRxFill |
| AttributeType | CHARACTER(25) | Set_To_Empty_String   | MANDATORY | Stores type of attributes from RxFill response. Defined by LookupCode - RxFillAttribute |
| AttributeValue | CHARACTER(100) | Set_To_Empty_String   | OPTIONAL | Stores value of the attribute from RxFill response for given AttributeType |
| TimeStamp | CHARACTER(14) | Set_To_Empty_String   | 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) | Set_To_Empty_String   | OPTIONAL | System generated date/time stamp record was created. |
| CreateUser | INTEGER | ?   | OPTIONAL | User ID of user that created the record. |
| Parent Table | Join Phrase | When deleting parent record... |
|---|---|---|
| PatientRxFill | PatientRxFillAttribute.PatientRxFillSID = PatientRxFill.PatientRxFillSID | CASCADE if PatientRxFillAttribute exists |
| Child Table | Join Phrase | When deleting PatientRxFillAttribute record... |
|---|