Skip to main content

EnsPortal.HL7.SchemaDocumentStructure

class EnsPortal.HL7.SchemaDocumentStructure extends EnsPortal.HL7.Template

Property Inventory

Method Inventory

Parameters

parameter CSSINCLUDES = ensemble/Ensemble_Wizards.css,ensemble/Ensemble_EDI.css,ensemble/Ensemble_SchemaStruct.css,bootstrap-4-4-1/dist/css/bootstrap.min.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 JSINCLUDES = ensschemazen.js,fontawesome-5.12.0.all.js,jquery-3.5.1.min.js,bootstrap-4-4-1/dist/js/bootstrap.min.js;
Comma-delimited list of additional .js files.
parameter PAGENAME = HL7 Schema Message Structure;
Displayed name of this page.

Properties

property docStruct as %String);
Property methods: docStructDisplayToLogical(), docStructGet(), docStructIsValid(), docStructLogicalToDisplay(), docStructLogicalToOdbc(), docStructNormalize(), docStructSet()

Methods

method %OnGetPageName() as %String
Get the (localized) name of the page.
method DeleteStructure(pSchema As %String, pMessageStructure As %String) as %ZEN.Datatype.string [ ZenMethod ]
method DrawContent(pSeed As %String) as %Status
method DrawHeader(pSeed As %String) as %Status
method DrawRaw(pSeed As %String) as %Status
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 %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.
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.
clientmethod showRaw() [ Language = javascript ]
What to do when the user asks to view the raw definition.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab