Skip to main content

%DeepSee.Report.reportPage

class %DeepSee.Report.reportPage extends %ZEN.Report.reportPage

Base class for all reports created by the DeepSee Report Builder.

Property Inventory

Method Inventory

Parameters

parameter DSSCLASS;
This is the name of a DeepSee Report page whose reportDSS section will be used as the data schema for the current report
parameter DSSHOME = linked;
This is used as a flag inside presentation type reports, the value is either 'local' or 'linked'. If 'local' the required DSS information can be found in the reportDSS section of this document. If 'linked', the required DSS information is to be extracted from the class named in DSSCLASS

Properties

property reportDSSClass as %ZEN.Datatype.string [ InitialExpression = ..#DSSCLASS ];
Property methods: reportDSSClassDisplayToLogical(), reportDSSClassGet(), reportDSSClassIsValid(), reportDSSClassLogicalToDisplay(), reportDSSClassLogicalToOdbc(), reportDSSClassNormalize(), reportDSSClassSet()
property reportDSSHome as %ZEN.Datatype.string [ InitialExpression = ..#DSSHOME ];
Property methods: reportDSSHomeDisplayToLogical(), reportDSSHomeGet(), reportDSSHomeIsValid(), reportDSSHomeLogicalToDisplay(), reportDSSHomeLogicalToOdbc(), reportDSSHomeNormalize(), reportDSSHomeSet()

Methods

classmethod %GetReportName() as %String
Return the logical name of this report.
classmethod %GetXDataTextSection(xdataID As %String) as %Status
method GetDSSClass() as %ZEN.Datatype.string [ ZenMethod ]
method GetDSSHome() as %ZEN.Datatype.string [ ZenMethod ]
method GetReportDCR() as %String
method GetReportDSS() as %String
method GetReportModel() as %String

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab