Skip to main content

EnsPortal.HL7.SchemaDataStructure

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

Properties

property cField as %String);
Property methods: cFieldDisplayToLogical(), cFieldGet(), cFieldIsValid(), cFieldLogicalToDisplay(), cFieldLogicalToOdbc(), cFieldNormalize(), cFieldSet()
property cStruct as %String);
Component Data Structure
Property methods: cStructDisplayToLogical(), cStructGet(), cStructIsValid(), cStructLogicalToDisplay(), cStructLogicalToOdbc(), cStructNormalize(), cStructSet()
property cStructA as %String);
Property methods: cStructADisplayToLogical(), cStructAGet(), cStructAIsValid(), cStructALogicalToDisplay(), cStructALogicalToOdbc(), cStructANormalize(), cStructASet()
property cStructAField as %String);
Property methods: cStructAFieldDisplayToLogical(), cStructAFieldGet(), cStructAFieldIsValid(), cStructAFieldLogicalToDisplay(), cStructAFieldLogicalToOdbc(), cStructAFieldNormalize(), cStructAFieldSet()
property docStruct as %String);
Property methods: docStructDisplayToLogical(), docStructGet(), docStructIsValid(), docStructLogicalToDisplay(), docStructLogicalToOdbc(), docStructNormalize(), docStructSet()
property segField as %String);
Property methods: segFieldDisplayToLogical(), segFieldGet(), segFieldIsValid(), segFieldLogicalToDisplay(), segFieldLogicalToOdbc(), segFieldNormalize(), segFieldSet()
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 DeleteDataStruct(pSchema As %String, pDataStruct 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