Skip to main content

HS.InteropTools.HL7.Compare.UI.Main

class HS.InteropTools.HL7.Compare.UI.Main extends EnsPortal.Template.standardPage

This is the Message Trace page of the ZEN application.

Property Inventory

Method Inventory

Parameters

parameter JSINCLUDES = ensemble/Ensemble_Utils.js;
Comma-separated list of additional JS include files for the page - for Event Log popup.
parameter RESOURCE = %Ens_Code:READ,%Ens_DTL:READ;
User needs READ permissions on either the %Ens_Code or the %Ens_DTL resource to view this page.

Properties

property PositionObject as %DynamicObject;
Property methods: PositionObjectGet(), PositionObjectGetObject(), PositionObjectGetObjectId(), PositionObjectGetSwizzled(), PositionObjectIsValid(), PositionObjectNewObject(), PositionObjectSet(), PositionObjectSetObject(), PositionObjectSetObjectId(), PositionObjectUnSwizzle()
property differences as %Boolean (ZENURL = "DIFFERENCES") [ InitialExpression = 1 ];
Property methods: differencesDisplayToLogical(), differencesGet(), differencesIsValid(), differencesLogicalToDisplay(), differencesLogicalToXSD(), differencesNormalize(), differencesSet(), differencesXSDToLogical()
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()
property messageOrder as %Boolean (ZENURL = "ORDER") [ InitialExpression = 1 ];
Property methods: messageOrderDisplayToLogical(), messageOrderGet(), messageOrderIsValid(), messageOrderLogicalToDisplay(), messageOrderLogicalToXSD(), messageOrderNormalize(), messageOrderSet(), messageOrderXSDToLogical()
property msgFilterServiceOperation as %ZEN.Datatype.caption [ InitialExpression = $$$LocalizeTextJS($$$ProdVal,"ConfirmFilterServiceOperation") ];
Property methods: msgFilterServiceOperationDisplayToLogical(), msgFilterServiceOperationGet(), msgFilterServiceOperationIsValid(), msgFilterServiceOperationLogicalToDisplay(), msgFilterServiceOperationLogicalToOdbc(), msgFilterServiceOperationNormalize(), msgFilterServiceOperationSet()
property msgFilterSession as %ZEN.Datatype.caption [ InitialExpression = $$$LocalizeTextJS($$$ProdVal,"ConfirmFilterSession") ];
Property methods: msgFilterSessionDisplayToLogical(), msgFilterSessionGet(), msgFilterSessionIsValid(), msgFilterSessionLogicalToDisplay(), msgFilterSessionLogicalToOdbc(), msgFilterSessionNormalize(), msgFilterSessionSet()
property msgPageName as %ZEN.Datatype.caption [ InitialExpression = $$$LocalizeTextJS($$$ProdVal,"VisualComparison") ];
Name of this page.
Property methods: msgPageNameDisplayToLogical(), msgPageNameGet(), msgPageNameIsValid(), msgPageNameLogicalToDisplay(), msgPageNameLogicalToOdbc(), msgPageNameNormalize(), msgPageNameSet()

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link) ]]>
method %OnAfterCreatePage() as %Status
This method is used to calculate the SVG canvas dimensions and create a svgFrame component with these dimensions.
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 DrawTraceTop(pSeed As %String) as %Status
method EventSelected() [ ZenMethod ]
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List) as %Status
Get information to display in the ribbon bar.
clientmethod drawMessagesJS(pDisplayID) [ Language = javascript ]
clientmethod onRefreshContents() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method removeServiceOperation(pGroup1, pGroup2, pServiceOperation) [ ZenMethod ]
clientmethod removeServiceOperationJS(pGroup1, pGroup2, pServiceOperation) [ Language = javascript ]
method removeSession(pGroup1, pGroup2, pSessionID, pServiceOperation) [ ZenMethod ]
clientmethod removeSessionJS(pGroup1, pGroup2, pSessionID, pServiceOperation, pNext, pAt) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab