Skip to main content

CSPX.Portal.DICOMASList

class CSPX.Portal.DICOMASList 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.DICOMASList.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 AS List;
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 AbstractSyntaxListClose(ByRef %q As %Library.Binary) as %Library.Status
classmethod AbstractSyntaxListExecute(ByRef %q As %Library.Binary, %text As %Library.String) as %Library.Status
classmethod AbstractSyntaxListFetch(ByRef %q As %Library.Binary, ByRef Row As %Library.List, ByRef AtEnd As %Library.Integer = 0) as %Library.Status
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 filterChanged(value) [ Language = javascript ]
User entered something int he filter. Re-load the table with filter value.

Queries

query AbstractSyntaxList(%text As %Library.String = "")
Selects UID As %Library.String, Text As %Library.String
Query for DICOM.
The AbstractSyntaxList query returns a list of abstract syntax

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab