Click or drag to resize

IRecordMergingServiceUnIgnore Method

Indicates that an ignored record should be removed from the ignore list

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IdentifiedData UnIgnore(
	Guid masterKey,
	IEnumerable<Guid> ignoredKeys
)

Parameters

masterKey
Type: SystemGuid
The master record which has been identified
ignoredKeys
Type: System.Collections.GenericIEnumerableGuid
The list of ignored keys to be re-considered

Return Value

Type: IdentifiedData
The updated master record
See Also