Skip to main content

%DeepSee.QualityMeasure.QualityMeasure

class %DeepSee.QualityMeasure.QualityMeasure extends %Library.RegisteredObject, %XML.Adaptor

This class is used to define DeepSee Quality Measures.

Method Inventory

Methods

classmethod %GetExpression(pGroup As %String = "", pElement As %String = "") as %String
Return the MDX expression for this quality measure.
If pGroup is defined, return the specific expression for the group. If pGroup and pElement are defined, return the specific expression for the element within the group.
classmethod %GetFormat() as %String
Return the format string for the quality measure.
classmethod %GetGroupsAndElements(Output pList)
Return the set of groups and elements for this quality measure.
classmethod %GetQualityMeasureCaption() as %String
Return the caption of the quality measure.
classmethod %GetQualityMeasureCatalog() as %String
Return the logical catalog of the quality measure.
classmethod %GetQualityMeasureDescription() as %String
Return the description of the quality measure.
classmethod %GetQualityMeasureId() as %String
Return the logical id of the quality measure.
classmethod %GetQualityMeasureLinkedTo() as %String
Return the linkedTo setting for the quality measure.
classmethod %GetQualityMeasureName() as %String
Return the logical name of the quality measure.
classmethod %GetQualityMeasureSet() as %String
Return the logical set of the quality measure.
classmethod %GetSubjectArea() as %String
Return the name of the subject area this quality measure applies to.
classmethod %IsAbstract() as %Boolean
Test whether this class is abstract or not.
classmethod %IsPublished() as %String
Test if the quality measure is published.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab