Click or drag to resize

SimpleDecisionSupportServiceAnalyzeGlobal Method

Instructs the implementation to analyze the data provided in collectedData using every registered clinical protocol in the SanteDB instance.

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

Parameters

collectedData  IdentifiedData
The collected data which is to be analyzed
parameters  IDictionaryString, Object
The parameters to apply to the CDSS library

Return Value

IEnumerableICdssResult
The detected issues in the analyzed data

Implements

IDecisionSupportServiceAnalyzeGlobal(IdentifiedData, IDictionaryString, Object)
Remarks
This method, while more computationally intensive, allows the CDSS planner to analyze the data elements for all possible protocols which apply to collectedData
See Also