Click or drag to resize

UpstreamDecisionSupportServiceAnalyzeGlobal Method

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

Namespace: SanteDB.Client.Upstream
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
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