Click or drag to resize

IViewModelClassifierClassify Method

Gets the appropriate classifier for the specified data

Namespace: SanteDB.Core.ViewModel
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
Dictionary<string, IList> Classify(
	IList data
)

Parameters

data  IList

[Missing <param name="data"/> documentation for "M:SanteDB.Core.ViewModel.IViewModelClassifier.Classify(System.Collections.IList)"]

Return Value

DictionaryString, IList

[Missing <returns> documentation for "M:SanteDB.Core.ViewModel.IViewModelClassifier.Classify(System.Collections.IList)"]

See Also