Skip to main content

CSPX.Portal.DICOMSettings

class CSPX.Portal.DICOMSettings extends CSPX.Portal.Template

Zen based LookupSettings UI for Ensemble 2008.1

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = CSPX.Portal.Application;
Class name of application this page belongs to.
parameter CSPURL = CSPX.Portal.DICOMSettings.cls;
Inherited description: This parameter is used to make sure that if multiple CSP applications are mapped to the same namespace that the CSP engine can correctly identify which class corresponds with which URL. If 'LockCSPName' is true (the default, defined in the CSP application) then you can only access this page if the url exactly matches this 'CSPURL'. You can set this parameter to "" if you wish to disable this check for this class. This check is applied for all CSP urls (cls/csp/zen).
If this page was compiled from a .csp file, then this parameter is automatically set to contain the url of this file used for compilation.
parameter PAGENAME = DICOM Settings;
Displayed name of this page.
parameter PARENTPAGE = UtilEnsMA.csp;
Inherited description: This parameter defines the parent page for this page.
If the name ends in .csp, then the parent is assumed to be an autopage-enabled CSP page. If the name ends in .cls, then the parent is assumed to be a Zen page. This is used to automate the construction of the locator bar for this page and to build the index between portal pages and documentation.
The %GetLocatorInfo method is used to get this information.

Properties

property PID as %ZEN.Datatype.string;
The last selected PID
Property methods: PIDDisplayToLogical(), PIDGet(), PIDIsValid(), PIDLogicalToDisplay(), PIDLogicalToOdbc(), PIDNormalize(), PIDSet()

Methods

method %OnAfterCreatePage() as %Status
This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
classmethod CheckAllBlanks(string) as %Boolean [ ZenMethod ]
classmethod DeleteData(pid) as %String [ ZenMethod ]
Delete an association context
classmethod DrawTitle(pSeed As %String) as %Status
Used to draw title for this page. pHalpAddress is need to build the link for Help for this page.
clientmethod addSetting() [ Language = javascript ]
Add a new setting. Open Setting page.
clientmethod deleteSetting(pid) [ Language = javascript ]
Delete existing association.
clientmethod editSetting(pid) [ Language = javascript ]
User clicked the "Edit" link which is there for clearity and consistency. No need to do anything here as onselectrow is going to kick in.
clientmethod refreshTable() [ Language = javascript ]
This method is called after a setting is saved or deleted.
clientmethod updateTable() [ Language = javascript ]
After user deletes an item, refresh the table.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab