Click or drag to resize

MdmEntityMergerTEntityReset(Boolean, Boolean) Method

Reset all links and all MDM data in this database

Namespace: SanteDB.Persistence.MDM.Services.Resources
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public override void Reset(
	bool includeVerified,
	bool linksOnly
)

Parameters

includeVerified  Boolean

[Missing <param name="includeVerified"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmEntityMerger`1.Reset(System.Boolean,System.Boolean)"]

linksOnly  Boolean

[Missing <param name="linksOnly"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmEntityMerger`1.Reset(System.Boolean,System.Boolean)"]

Implements

IRecordMergingServiceReset(Boolean, Boolean)
See Also