NAME |
nvarchar(100) |
|
Default = '' |
The name of the parameter set. |
DESCRIPTION |
nvarchar(255) |
|
Default = '' |
Details describing this parameter set |
GENDERCODE |
tinyint |
|
Default = 0 |
0=Greatest need, 1=Male, 2=Female |
GENDER |
nvarchar(13) (Computed) |
yes |
CASE [GENDERCODE] WHEN 0 THEN N'Greatest need' WHEN 1 THEN N'Male' WHEN 2 THEN N'Female' END |
Provides a translation for the 'GENDERCODE' field. |
ISHIVPOSITIVECODE |
tinyint |
|
Default = 0 |
0=Greatest need, 1=Yes, 2=No |
ISHIVPOSITIVE |
nvarchar(13) (Computed) |
yes |
CASE [ISHIVPOSITIVECODE] WHEN 0 THEN N'Greatest need' WHEN 1 THEN N'Yes' WHEN 2 THEN N'No' END |
Provides a translation for the 'ISHIVPOSITIVECODE' field. |
HASCONDITIONCODE |
tinyint |
|
Default = 0 |
0=Greatest need, 1=Yes, 2=No |
HASCONDITION |
nvarchar(13) (Computed) |
yes |
CASE [HASCONDITIONCODE] WHEN 0 THEN N'Greatest need' WHEN 1 THEN N'Yes' WHEN 2 THEN N'No' END |
Provides a translation for the 'HASCONDITIONCODE' field. |
ISORPHANEDCODE |
tinyint |
|
Default = 0 |
0=Greatest need, 1=Yes, 2=No |
ISORPHANED |
nvarchar(13) (Computed) |
yes |
CASE [ISORPHANEDCODE] WHEN 0 THEN N'Greatest need' WHEN 1 THEN N'Yes' WHEN 2 THEN N'No' END |
Provides a translation for the 'ISORPHANEDCODE' field. |
SPONSORPREFERENCECODE |
tinyint |
|
Default = 0 |
0=Clear conflicting preferences, 1=Overwrite specified preferences, 2=Overwrite all preferences |
SPONSORPREFERENCE |
nvarchar(31) (Computed) |
yes |
CASE [SPONSORPREFERENCECODE] WHEN 0 THEN N'Clear conflicting preferences' WHEN 1 THEN N'Overwrite specified preferences' WHEN 2 THEN N'Overwrite all preferences' END |
Provides a translation for the 'SPONSORPREFERENCECODE' field. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
MATCHINGRULECODE |
tinyint |
|
Default = 0 |
0=Greatest need, 1=Nearest location, then greatest need |
MATCHINGRULE |
nvarchar(36) (Computed) |
yes |
CASE [MATCHINGRULECODE] WHEN 0 THEN N'Greatest need' WHEN 1 THEN N'Nearest location, then greatest need' END |
Provides a translation for the 'MATCHINGRULECODE' field. |
TRANSFERTYPECODE |
tinyint |
|
Default = 0 |
0=Full transfer, 1=Pending transfer |
TRANSFERTYPE |
nvarchar(16) (Computed) |
yes |
CASE [TRANSFERTYPECODE] WHEN 0 THEN N'Full transfer' WHEN 1 THEN N'Pending transfer' END |
Provides a translation for the 'TRANSFERTYPECODE' field. |
CREATESOURCESPONSORSHIPSIDSET |
bit |
|
Default = 0 |
Designates whether or not an ID set of source sponsorships should be created as a result of the transfer process. |
SOURCESELECTIONNAME |
nvarchar(100) |
|
Default = '' |
The name of the output ID set of source sponsorships to be created by the transfer process. |
OVERWRITESOURCESELECTION |
bit |
|
Default = 0 |
Designates whether or not to overwrite the output ID set if one with the same name already exists. |
CREATETARGETSPONSORSHIPSIDSET |
bit |
|
Default = 0 |
Designates whether or not an ID set of source sponsorships should be created as a result of the transfer process. |
TARGETSELECTIONNAME |
nvarchar(100) |
|
Default = '' |
The name of the output ID set of source sponsorships to be created by the transfer process. |
OVERWRITETARGETSELECTION |
bit |
|
Default = 0 |
Designates whether or not to overwrite the output ID set if one with the same name already exists. |
CREATEUNSUCCESSFULSPONSORSHIPSIDSET |
bit |
|
Default = 0 |
Designates whether or not an ID set of source sponsorships should be created as a result of the transfer process. |
UNSUCCESSFULSELECTIONNAME |
nvarchar(100) |
|
Default = '' |
The name of the output ID set of source sponsorships to be created by the transfer process. |
OVERWRITEUNSUCCESSFULSELECTION |
bit |
|
Default = 0 |
Designates whether or not to overwrite the output ID set if one with the same name already exists. |