Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
nvarchar(150) | Default = '' | Submitted address. | |
![]() |
nvarchar(50) | Default = '' | Submitted city. | |
![]() |
nvarchar(12) | Default = '' | Submitted post code. | |
![]() |
UDT_FUZZYDATE | Default = '00000000' | The DeceasedRecordFinder date of death. | |
![]() |
tinyint | Default = 0 | The DeceasedRecordFinder confirmation code. | |
![]() |
nvarchar(17) (Computed) | ![]() |
CASE [DECEASEDCONFIRMATIONCODE] WHEN 0 THEN N'Unconfirmed' WHEN 1 THEN N'Death certificate' WHEN 2 THEN N'Relative verified' END | Provides a translation for the 'DECEASEDCONFIRMATIONCODE' field. |
![]() |
datetime | Default = getdate() | Indicates the date this record was added. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
![]() |
timestamp | Timestamp. | ||
![]() |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | BATCH.ID | Foreign key to the batch table. | |
![]() |
uniqueidentifier | DECEASEDFINDER.ID | Foreign key to the DeceasedRecordFinder table. | |
![]() |
uniqueidentifier | ![]() |
CONSTITUENT.LOCALID | Foreign key to the constituent table. |
![]() |
uniqueidentifier | ![]() |
STATE.LOCALID | Submitted state. |
![]() |
uniqueidentifier | ![]() |
DECEASEDSOURCECODE.ID | The DeceasedRecordFinder confirmation source. |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
CONSTITUENTID | |||
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
ID | ![]() |
![]() |
Trigger Name | Description |
---|---|
![]() |
|
![]() |