Skip to main content

HS.UI.OIDRegistry.Export

class HS.UI.OIDRegistry.Export extends HS.HC.UI.Template

Utility to Import OID Registry items

Property Inventory

Method Inventory

Parameters

parameter FOUNDATIONHELPKEY = FADM_ch_OID_registry;
When running Foundation, this will be part of the docbook link, i.e. DocBook.UI.PortalHelpPage.cls?Key=thisvalue
parameter PAGENAME = OID Registry Export;
Displayed name of this page.
parameter RESOURCE = %HSAdmin_InstallationManagement;
Security requirement

Properties

property HomeApplication as %ZEN.Datatype.string [ InitialExpression = ##class(%ZHSLIB.SessionEventUtil).GetHomePageForNamespace() ];
Property methods: HomeApplicationDisplayToLogical(), HomeApplicationGet(), HomeApplicationIsValid(), HomeApplicationLogicalToDisplay(), HomeApplicationLogicalToOdbc(), HomeApplicationNormalize(), HomeApplicationSet()
property PageTitle as %ZEN.Datatype.caption [ InitialExpression = $$$TextHTML("OID Registry Export") ];
Page title
Property methods: PageTitleDisplayToLogical(), PageTitleGet(), PageTitleIsValid(), PageTitleLogicalToDisplay(), PageTitleLogicalToOdbc(), PageTitleNormalize(), PageTitleSet()

Methods

method %OnAfterCreatePage() as %Status
This callback is called after the server-side page object and all of its children are created.
classmethod Export(pExportAll, pTargetPath) as %String [ ZenMethod ]
classmethod PrepareAction(selectedRows) as %String [ ZenMethod ]
classmethod PrepareSelection(pSelectedRows) as %String [ ZenMethod ]
Pad selected items into string delimited by "^" then call PrepareAction to store into session variable
clientmethod doExport(doAll) [ Language = javascript ]
clientmethod goHome() [ Language = javascript ]
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
Inherited description: Return from searching for a clinician or provider

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab