Skip to main content

HS.InteropTools.HL7.Compare.UI.Diff

class HS.InteropTools.HL7.Compare.UI.Diff extends EnsPortal.Dialog.standardDialog, HS.InteropTools.HL7.Compare.Util

This is the Message Trace page of the ZEN application.

Property Inventory

Method Inventory

Parameters

parameter PAGENAME = ;
Name of this page.
parameter RESOURCE = %Ens_MessageTrace:USE;
User needs USE permissions on the %Ens_MessageTrace resource to view this page.

Properties

property displayID as %String (ZENURL = "DISPLAYID");
Property methods: displayIDDisplayToLogical(), displayIDGet(), displayIDIsValid(), displayIDLogicalToDisplay(), displayIDLogicalToOdbc(), displayIDNormalize(), displayIDSet()
property group1 as %String (ZENURL = "GROUP1");
Property methods: group1DisplayToLogical(), group1Get(), group1IsValid(), group1LogicalToDisplay(), group1LogicalToOdbc(), group1Normalize(), group1Set()
property group2 as %String (ZENURL = "GROUP2");
Property methods: group2DisplayToLogical(), group2Get(), group2IsValid(), group2LogicalToDisplay(), group2LogicalToOdbc(), group2Normalize(), group2Set()

Methods

method %OnDrawHTMLHead() as %Status
This client event, if present, is fired when the page is loaded. Add the style information for the Event Log information.
method %OnGetPageName() as %String
Get the (localized) name of the page.
method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the page. This should be implemented in a subclass.
method BuildOutput(pIOStream As %IO.DeviceStream, pDiffObject As %DynamicObject)
Build the output to the pIOStream
method DrawDiffInfo(pSeed As %String) as %Status
classmethod WriteSegment(pIOStream, pSegment, pGroupNumber, pIndex, pGroupObject)

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab