Click or drag to resize

IViewModelClassifierClassify Method

Gets the appropriate classifier for the specified data

Namespace:  SanteDB.Core.Applets.ViewModel
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax
Dictionary<string, IList> Classify(
	IList data
)

Parameters

data
Type: System.CollectionsIList

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

Return Value

Type: DictionaryString, IList

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

See Also