Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
PatientPortalAccess
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| PatientPortalAccessSID | INTEGER | ?   | MANDATORY | System generated unique id using PatientPortal sequence. |
| PersonRelationshipSID | INTEGER | ?   | MANDATORY | System generated unique id using PatientPortal sequence. |
| 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. |
| AccessGranted | LOGICAL |   | OPTIONAL | Person Relationship's access status. Whether or not Person should be able to see RelatedPerson |
| PracticeID | INTEGER | ?   | MANDATORY | FK |
| Parent Table | Join Phrase | When deleting parent record... |
|---|---|---|
| Practice | PatientPortalAccess.PracticeID = Practice.PracticeID | CASCADE if PatientPortalAccess exists |
| PersonRelationship | PatientPortalAccess.PersonRelationshipSID = PersonRelationship.PersonRelationshipSID | CASCADE if PatientPortalAccess exists |
| Child Table | Join Phrase | When deleting PatientPortalAccess record... |
|---|