Click or drag to resize
DataDictionaryTableMergePatientLevel Property

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

When merging with lookup by field name MergeByFieldName, default behavior is to look up only in current parent record. Set this property to true to lookup in all records (in requested table) on patient.

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public Nullable<bool> MergePatientLevel { get; set; }

Property Value

Type: NullableBoolean
See Also