
[dbo].[Person_Picture]
This table contains a Patient Picture
Key | Name | Data Type | Max Length (Bytes) | Nullability | Description |
---|
 ![Foreign Keys FK_Person_Picture_ID: [dbo].[Person].ID Foreign Keys FK_Person_Picture_ID: [dbo].[Person].ID](../../../../Images/fk.png) | ID | [dbo].[uniqueid] | 9 | NOT NULL | This is the Unique Identifier for this record that points to the ID in the Person table |
| BinaryChunk | varbinary(max) | max | NULL allowed | This contains the Picture data |