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.DemoTrendLines

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

This KPI class uses an MDX query that uses %LIST to return a list of values for use as a trend line in a scorecard.

For each filter, multiSelect is false, which simplifies the query construction. (The KPI query would be incorrectly formed if the user selected multiple values or used the EXCLUDE option.) The KPI will not work if a URL parameter specifies multiple values or %NOT.

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: 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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab