executeLogic is core of MLM where its Logic will be executed. It provide appropriate recommendations based on provided cosumer input in form of VMR object.
Namespace: SmartCDSSKBLibrary.khu.kbmlmAssembly: SmartCDSSKBLibrary (in SmartCDSSKBLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public abstract string executeLogic(
VMR smartCDSSInput
) |
Visual Basic |
---|
Public MustOverride Function executeLogic (
smartCDSSInput As VMR
) As String |
Visual C++ |
---|
public:
virtual String^ executeLogic(
VMR^ smartCDSSInput
) abstract |
F# |
---|
abstract executeLogic :
smartCDSSInput : VMR -> string
|
Return Value
Type:
StringSet of related recommendations based on MLM logic and with associated patient data
See Also