Skip to main content

EnsPortal.HL7.SchemaSegmentStructure

class EnsPortal.HL7.SchemaSegmentStructure 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 Segment Structure;
Displayed name of this page.

Properties

property mStruct as %String);
Property methods: mStructDisplayToLogical(), mStructGet(), mStructIsValid(), mStructLogicalToDisplay(), mStructLogicalToOdbc(), mStructNormalize(), mStructSet()
property segPath as %String);
Property methods: segPathDisplayToLogical(), segPathGet(), segPathIsValid(), segPathLogicalToDisplay(), segPathLogicalToOdbc(), segPathNormalize(), segPathSet()
property segStruct as %String);
Property methods: segStructDisplayToLogical(), segStructGet(), segStructIsValid(), segStructLogicalToDisplay(), segStructLogicalToOdbc(), segStructNormalize(), segStructSet()

Methods

method %OnGetPageName() as %String
Get the (localized) name of the page.
method DeleteSegment(pSchema As %String, pSegmentStructure 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 %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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab