Skip to main content

EnsPortal.HL7.SchemaCodeTable

class EnsPortal.HL7.SchemaCodeTable extends EnsPortal.HL7.Template

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 Code Table;
Displayed name of this page.

Properties

property cTable as %String);
Property methods: cTableDisplayToLogical(), cTableGet(), cTableIsValid(), cTableLogicalToDisplay(), cTableLogicalToOdbc(), cTableNormalize(), cTableSet()

Methods

method %OnGetPageName() as %String
Get the (localized) name of the page.
method DeleteCodeTable(pSchema As %String, pCodeTable As %String) as %ZEN.Datatype.string [ ZenMethod ]
method DrawContent(pSeed As %String) as %Status
Draw main HTML content for this page.
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 OnGetRibbonInfo(Output pDisplay As %Library.Boolean, Output pViewIcons As %Library.List, Output pSortOptions As %Library.List, Output pSearchBox As %Library.Boolean, Output pRibbonTitle As %Library.String, Output pCommands As %Library.List) as %Status
Get information to display in the ribbon bar (the Mac-like choice of UI). For wizards this can simply return $$$OK.
clientmethod doDelete() [ Language = javascript ]
clientmethod doEdit() [ Language = javascript ]
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.
classmethod putCarriageReturnsIn(line As %String) as %String
method scCategoryGet() as %String
Inherited description: Override to return correct Category

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab