Click or drag to resize
DataDictionaryTableMergeNewestFieldName Property

[This is preliminary documentation and is subject to change.]

In case of merge conflict (e.g. 1:1 relation on destination patient already contains record), and merge conflict handling status (ConflictSurvivor) is "newest", the field specified in this property is used to determine which record is newest. Default value: use "lasted touched" date/time (create or updated date/time). When specified the value must refer to a DateTime field in the current table!

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public string MergeNewestFieldName { get; set; }

Property Value

Type: String
See Also