%DeepSee.QualityMeasure.QualityMeasure
class %DeepSee.QualityMeasure.QualityMeasure extends %Library.RegisteredObject, %XML.Adaptor
This class is used to define DeepSee Quality Measures.Method Inventory
- %GetExpression()
- %GetFormat()
- %GetGroupsAndElements()
- %GetQualityMeasureCaption()
- %GetQualityMeasureCatalog()
- %GetQualityMeasureDescription()
- %GetQualityMeasureId()
- %GetQualityMeasureLinkedTo()
- %GetQualityMeasureName()
- %GetQualityMeasureSet()
- %GetSubjectArea()
- %IsAbstract()
- %IsPublished()
Methods
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.
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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()