Skip to main content

HS.InteropTools.HL7.GenerateDTL.UI.List

class HS.InteropTools.HL7.GenerateDTL.UI.List extends EnsPortal.Template.standardPage

Property Inventory

Method Inventory

Parameters

parameter DOMAIN = HSITDTLGenerator;
Inherited description: Domain used for localization.
parameter PAGENAME = DTL Generator;
Name of this page.
parameter RESOURCE = %Ens_Code:WRITE,%Ens_DTL:WRITE;
User needed WRTIE permissions on %Ens_Code and %Ens_DTL to view this page.

Properties

property DTLName as %ZEN.Datatype.string (ZENURL = "DT");
Property methods: DTLNameDisplayToLogical(), DTLNameGet(), DTLNameIsValid(), DTLNameLogicalToDisplay(), DTLNameLogicalToOdbc(), DTLNameNormalize(), DTLNameSet()
property msgConfirmDelete as %ZEN.Datatype.caption [ InitialExpression = $$$LocalizeTextJS($$$DTLGen,"DeleteDTLData") ];
Property methods: msgConfirmDeleteDisplayToLogical(), msgConfirmDeleteGet(), msgConfirmDeleteIsValid(), msgConfirmDeleteLogicalToDisplay(), msgConfirmDeleteLogicalToOdbc(), msgConfirmDeleteNormalize(), msgConfirmDeleteSet()
property msgConfirmReload as %ZEN.Datatype.caption [ InitialExpression = $$$LocalizeTextJS($$$DTLGen,"RemoveAndReload") ];
Property methods: msgConfirmReloadDisplayToLogical(), msgConfirmReloadGet(), msgConfirmReloadIsValid(), msgConfirmReloadLogicalToDisplay(), msgConfirmReloadLogicalToOdbc(), msgConfirmReloadNormalize(), msgConfirmReloadSet()
property msgConfirmStopForIssue as %ZEN.Datatype.caption [ InitialExpression = $$$LocalizeTextJS($$$DTLGen,"StopForIssue") ];
Property methods: msgConfirmStopForIssueDisplayToLogical(), msgConfirmStopForIssueGet(), msgConfirmStopForIssueIsValid(), msgConfirmStopForIssueLogicalToDisplay(), msgConfirmStopForIssueLogicalToOdbc(), msgConfirmStopForIssueNormalize(), msgConfirmStopForIssueSet()
property msgStarted as %ZEN.Datatype.caption [ InitialExpression = $$$LocalizeTextJS($$$DTLGen,"Started") ];
Property methods: msgStartedDisplayToLogical(), msgStartedGet(), msgStartedIsValid(), msgStartedLogicalToDisplay(), msgStartedLogicalToOdbc(), msgStartedNormalize(), msgStartedSet()
property msgStop as %ZEN.Datatype.caption [ InitialExpression = $$$LocalizeTextJS($$$DTLGen,"JobSignalledToStop") ];
Property methods: msgStopDisplayToLogical(), msgStopGet(), msgStopIsValid(), msgStopLogicalToDisplay(), msgStopLogicalToOdbc(), msgStopNormalize(), msgStopSet()

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link) ]]>
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 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.
method applyFilter(pDTLName) [ ZenMethod ]
method deleteData(pDTLName) [ ZenMethod ]
Delete the data associated with this generation (but not the DTL itself)
clientmethod doApplyFilter() [ Language = javascript ]
Apply Rule class to transform (only available when rule class is assigned)
clientmethod doDeleteData() [ Language = javascript ]
Delete data (but not transform)
clientmethod doNewTransform() [ Language = javascript ]
Build a new entry
classmethod getDetails(pDTLName As %String) as %DynamicObject
return the details for a DTL Name
clientmethod halt() [ Language = javascript ]
issue halt
method haltDTL(pDTLName) [ ZenMethod ]
Backend issue halt
method loadDetails(pDTLName As %String) as %String [ ZenMethod ]
fetch processing details for pDTLName
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.
clientmethod openDTL() [ Language = javascript ]
Open the DTL editor
clientmethod reload() [ Language = javascript ]
method reloadSources(pDTLName) [ ZenMethod ]
re-load source messages
clientmethod reprocess(pAll) [ Language = javascript ]
re-process all messages with confirm (which allows processing until we find an issue)
method reprocessDTL(pAll, pDTLName) [ ZenMethod ]
Backend re-process
clientmethod setButtonState(pButtonName, pEnable) [ Language = javascript ]
enable / disable the button based on RunState
clientmethod startStatusTimer() [ Language = javascript ]
clientmethod statusTimeout() [ Language = javascript ]
clientmethod toggleArrow(isTrace) [ Language = javascript ]
toggle arrow from enabled to disabled / vice versa
clientmethod updateLabel(idLabel, text) [ Language = javascript ]
the Halt error text is done through a label
clientmethod updateRowVals(table) [ Language = javascript ]
clientmethod viewComparison() [ Language = javascript ]
go to the ViewComparison page

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab