Skip to main content

EnsPortal.HL7.SchemaMain

class EnsPortal.HL7.SchemaMain extends EnsPortal.EDI.devTemplate

Property Inventory

Method Inventory

Parameters

parameter CSSINCLUDES = ensemble/Ensemble_Wizards.css,ensemble/Ensemble_EDI.css;
Inherited description: Comma-separated list of additional CSS include files for the page. If this page is using CSS3 then the CSS3INCLUDES parameter is used (if defined).
parameter PAGENAME = HL7 Schemas;
Displayed name of this page.

Properties

property Category as %ZEN.Datatype.string (ZENURL = "CAT");
Id of selected Category row in results table.
Property methods: CategoryDisplayToLogical(), CategoryGet(), CategoryIsValid(), CategoryLogicalToDisplay(), CategoryLogicalToOdbc(), CategoryNormalize(), CategorySet()
property Status as %String;
Property methods: StatusDisplayToLogical(), StatusGet(), StatusIsValid(), StatusLogicalToDisplay(), StatusLogicalToOdbc(), StatusNormalize(), StatusSet()
property canViewFileSystem as %Boolean [ InitialExpression = $system.Security.Check("%Ens_ViewFileSystem","USE") ];
Is the user permitted to access the fileSelect popup.
Property methods: canViewFileSystemDisplayToLogical(), canViewFileSystemGet(), canViewFileSystemIsValid(), canViewFileSystemLogicalToDisplay(), canViewFileSystemLogicalToXSD(), canViewFileSystemNormalize(), canViewFileSystemSet(), canViewFileSystemXSDToLogical()
property msgDocReadOnly as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("This custom schema is read only.") ];
Property methods: msgDocReadOnlyDisplayToLogical(), msgDocReadOnlyGet(), msgDocReadOnlyIsValid(), msgDocReadOnlyLogicalToDisplay(), msgDocReadOnlyLogicalToOdbc(), msgDocReadOnlyNormalize(), msgDocReadOnlySet()

Methods

method %OnAfterCreatePage() as %Status
Decorate the page.
method %OnGetPageName() as %String
Get the (localized) name of the page.
classmethod CanDeleteCategory(pCategory) as %String [ ZenMethod ]
method DeleteCategory(pCategory As %String) as %ZEN.Datatype.string [ ZenMethod ]
classmethod DrawCodeTablesContent(pCat As %String) as %Status
classmethod DrawCompositesContent(pCat As %String) as %Status
classmethod DrawDocTypesContent(pCat As %String) as %Status
method DrawHoverTitle(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) as %Status
Draw name or name with description hover text if description is available
classmethod DrawMessageTypesContent(pCat As %String) as %Status
classmethod DrawSchemaList(pCat As %String, pElement As %String, pTitle As %String) as %Status
classmethod DrawSegmentsContent(pCat As %String) as %Status
method DrawStd(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) as %Status
Draw Yes or nothing in place of 1 or 0
method ExportCategory(pCategory As %String, pFilename As %String) as %ZEN.Datatype.string [ ZenMethod ]
classmethod FileExists(filename As %String) as %String [ ZenMethod ]
classmethod GetDefaultDir() as %String [ ZenMethod ]
classmethod GetHyperEventResources(pMethod As %String = "") as %String
Callback to return a list of resources required for a specific HyperEvent. The user must have sufficient privileges on one of the resource/permission pairs to be permitted to execute the hyperevent. An empty string implies the user already has sufficient privileges for the ZenMethod specified in pMethod.
method GetInternalName() as %String
Return the internal name of the current document.
method Import(pFilename As %String) as %ZEN.Datatype.string [ 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.
classmethod SetDefaultDir(pPathname As %String) [ ZenMethod ]
clientmethod chooseSCMenu(menuName, commandName, saveFlags) [ Language = javascript ]
Handle a source control menu selection.
clientmethod doCopyCT() [ Language = javascript ]
clientmethod doCopyDS() [ Language = javascript ]
clientmethod doCopyMS() [ Language = javascript ]
clientmethod doCopyMT() [ Language = javascript ]
clientmethod doCopySS() [ Language = javascript ]
clientmethod doCustomSchema() [ Language = javascript ]
clientmethod doDelete() [ Language = javascript ]
clientmethod doExport(filename) [ Language = javascript ]
clientmethod doExportBrowse() [ Language = javascript ]
clientmethod doImportBrowse() [ Language = javascript ]
clientmethod doNewCT() [ Language = javascript ]
clientmethod doNewDS() [ Language = javascript ]
clientmethod doNewMS() [ Language = javascript ]
clientmethod doNewMT() [ Language = javascript ]
clientmethod doNewSS() [ Language = javascript ]
clientmethod drawTabDetails(row As %String, tabName As %String) [ Language = javascript ]
clientmethod findCatBase(table, cat) [ Language = javascript ]
clientmethod findCatRow(table, cat) [ Language = javascript ]
clientmethod getClientModel() [ Language = javascript ]
Get the JSON 'model' on the client.
clientmethod getCurrentExtension() [ Language = javascript ]
Return the extension used by Studio for the class/object
clientmethod getCurrentName() [ Language = javascript ]
Return the current name of the class/object being modified
clientmethod isStandardSchema(table) as %Boolean [ Language = javascript ]
Look through the table data to see if standard schema
clientmethod layoutTabGroup() [ Language = javascript ]
Handle the client-side rendering the of the right hand pane. This is primarily due to IE as it shrinks the contents div without this intervention. The function only adjusts the size of the tab group if not hidden.
clientmethod onDocumentLoadComplete() [ Language = javascript ]
Callback method invoked after we have successfully loaded the current document. If user does not have write privileges then no need to show any Source Control reason
clientmethod onDocumentReload(reason) [ Language = javascript ]
Ensure we redraw the schema information if a reload was requested
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event, if present, is fired when the a popup page launched from this page fires an action.
clientmethod onTabChange(rowSelected, reloadtab) [ Language = javascript ]
User clicked on a tab, or selected a new item, so we need to fetch the required content from the server. Use parameter rowSelected to reduce repeated disabling/enabling of Delete button Use reloadtab to force tab data reload - for Source Control.
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded. Start the timer so we can check the status. If there is a background import job currently running, you will see a periodic update until the job is finished.
clientmethod progressSubmit() [ Language = javascript ]
clientmethod showProgressDiv(title) [ Language = javascript ]
clientmethod showSCMenu() [ Language = javascript ]
Call UpdateSCMenu()() first in case the document has been modified elsewhere, then display the source control menu based on the contents of the _sourceControlMenu data created by UpdateSCMenu()().
clientmethod toggleSourceControlIcons(hide) [ Language = javascript ]
Toggle showing the source control icons
clientmethod updateDocumentState(alertOnReadOnly) [ Language = javascript ]
Helper method to ensure that documentTimestamp and readOnly are up to date on the client.
clientmethod updateRowVals(table) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab