| 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
Public Shared ReadOnly MasterRecordRelationship As Guid
public:
static initonly Guid MasterRecordRelationship
static val MasterRecordRelationship: Guid
Field Value
Type:
GuidRemarks 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