Skip to main content

CSPX.Portal.DICOMDictionary

class CSPX.Portal.DICOMDictionary 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.DICOMDictionary.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 Dictionary;
Displayed name of this page.
parameter PARENTPAGE = CSPX.Portal.DICOMSettings.cls;
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 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.
classmethod ListClose(ByRef %q As %Library.Binary) as %Library.Status
classmethod ListExecute(ByRef %q As %Library.Binary, %text As %Library.String) as %Library.Status
classmethod ListFetch(ByRef %q As %Library.Binary, ByRef Row As %Library.List, ByRef AtEnd As %Library.Integer = 0) as %Library.Status
clientmethod filterChanged(value) [ Language = javascript ]
User entered something int he filter. Re-load the table with filter value.
clientmethod itemfilterChanged(value) [ Language = javascript ]
User entered something int he filter. Re-load the table with filter value.
clientmethod showCodes(tag, name) [ Language = javascript ]
Draw table for the selected group.
clientmethod showItems(group) [ Language = javascript ]
Draw table for the selected group.

Queries

query List(%text As %Library.String = "")
Selects Tag As %Library.String, Name As %Library.String, TypeValueRep As %Library.String, ValueMultiplicity As %Library.String, HasCode As %Library.Boolean
Query to be used by this page. Filter text may be passed in. Result in matching string (case insensitive) in any column.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab