Click or drag to resize

ICdssLibraryExecute Method

Execute all applicable decision logic for target and emit all of the proposed objects and raised issues

Namespace: SanteDB.Core.Cdss
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<ICdssResult> Execute(
	IdentifiedData target,
	IDictionary<string, Object> parameters = null
)

Parameters

target  IdentifiedData
The target to be analyzed
parameters  IDictionaryString, Object  (Optional)
The parameters to be supplied in the execution of the protocol

Return Value

IEnumerableICdssResult
The decision logic target
Remarks
Some decision logic may update the properties in target, so calling this repeatedly may have different results. It is recommended if callers do not want target to be modified, that they use DeepCopy
See Also