Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

DeepSee.Model.KPIs.PluginDemo

class DeepSee.Model.KPIs.PluginDemo extends %DeepSee.KPIPlugIn

This simple plug-in demo provides two properties:

Method Inventory

Parameters

parameter BASECUBE = Patients;
This plug-in works only with one cube
parameter LISTINGFIELDS = MxTestScore;
Specifies the field list (RETURN clause) of the listing used to supply data for this plug-in.
parameter LISTINGSOURCE = FactTable;
Query the fact table rather than the source table
parameter PLUGINTYPE = Pivot;
Display this plug-in in the Analyzer for drag & drop use
parameter PUBLIC = 1;
Display this one in the Analyzer

Methods

method %OnCompute(pSQLRS As %SQL.StatementResult, pFactCount As %Integer) as %Status
As input, this method receives a statement result that is the result of a listing query
method %OnGetMDX(ByRef pMDX As %String) as %Status
Get the base query for this plug-in.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab