Click or drag to resize

MdmDataManagerMasterRecordRelationship Field

Relationship used to represents a local/master relationship

Namespace:  SanteDB.DisconnectedClient.SQLite.Mdm
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public static readonly Guid MasterRecordRelationship

Field Value

Type: Guid
Remarks
Whenever the MDM persistence layer is used the system will link incoming records (dirty records) with a generated pristine record tagged as a master record.
See Also