Skip to main content

EnsPortal.HL7.SchemaMessageType

class EnsPortal.HL7.SchemaMessageType 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 Schema Message Type;
Displayed name of this page.

Properties

property base as %String;
Property methods: baseDisplayToLogical(), baseGet(), baseIsValid(), baseLogicalToDisplay(), baseLogicalToOdbc(), baseNormalize(), baseSet()
property category as %String;
Property methods: categoryDisplayToLogical(), categoryGet(), categoryIsValid(), categoryLogicalToDisplay(), categoryLogicalToOdbc(), categoryNormalize(), categorySet()
property entity as %String;
Property methods: entityDisplayToLogical(), entityGet(), entityIsValid(), entityLogicalToDisplay(), entityLogicalToOdbc(), entityNormalize(), entitySet()
property mType as %String (ZENURL = "MT");
Property methods: mTypeDisplayToLogical(), mTypeGet(), mTypeIsValid(), mTypeLogicalToDisplay(), mTypeLogicalToOdbc(), mTypeNormalize(), mTypeSet()

Methods

method %OnAfterCreatePage() as %Status
Decorate the page.
method %OnGetPageName() as %String
Get the (localized) name of the page.
method DeleteType(pSchema As %String, pMessageType 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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab