Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

DeepSee.Model.KPIs.DemoMDX

class DeepSee.Model.KPIs.DemoMDX extends %DeepSee.KPI

This KPI class uses an MDX query and has three filters. For each filter, multiSelect is false, which simplifies the query construction.

To see the full KPI definition, open this class in Studio.

Method Inventory

Parameters

parameter DOMAIN = PATIENTSAMPLE;
Inherited description: Localization domain. DataModel classes that wish to support localization must provide a value for this within subclasses.

Methods

classmethod %OnGetFilterMembers(pFilter As %Library.String, Output pMembers As %Library.List, pSearchKey As %Library.String = "", pDataSourceName As %Library.String = "", ByRef pFilterValues As %Library.String) as %Status
In this implementation: Given a filter (in this case an MDX level identifier), this method returns the list of members in the internal form needed by the KPI.
method %OnGetMDX(ByRef pMDX As %String) as %Status
In this implementation: This method adds a %FILTER clause for each non-null filter value. Because multiselect is off, query construction is fairly simple.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab