%DeepSee.Component.ContextSearch
Class %DeepSee.Component.ContextSearch Extends %ZEN.Portal.ContextSearch [ Abstract, System = 4 ]
Additional context searches used by DeepSee pages.
Parameters
DOMAIN
Parameter DOMAIN = "%DeepSee";
Set this to the correct domain.
Methods
Folders
ClassMethod Folders(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) As %Status
Search method: Folders.
Execute a user portal folder search.
DataProperties
ClassMethod DataProperties(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) As %Status
Search method: DataProperties.
List available properties for a DeepSee data source.
pParms("dataSource") holds the data source name.
Dimensions
ClassMethod Dimensions(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) As %Status
Search method: Dimensions.
Provide a list of dimensions within the cube/subjectArea specified by pParms("subject").
If pParms("list") is provided, then this is a csv-list of additional items to show.
Members
ClassMethod Members(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) As %Status
Search method: Members.
Provide a list of members for the given filter/dimension within the cube/kpi specified by pParms("dataSource").
pParms("filter") is the name of the filter.
UserSettings
ClassMethod UserSettings(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) As %Status
Search method: Settings.
Provide a list of user-defined settings.
pParms("context") is the context of the settings to display.
QualityMeasureCatalogs
ClassMethod QualityMeasureCatalogs(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) As %Status
Search method: QualityMeasureCatalogs.
Provide a list of Quality Measure Catalogs.
QualityMeasureSets
ClassMethod QualityMeasureSets(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) As %Status
Search method: QualityMeasureSets.
Provide a list of Quality Measure Sets within a given catalog.
pParms("catalog") is the catalog.
Categories
ClassMethod Categories(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) As %Status
Search method: Categories.
Provide a list of categories that have already been defined.
Users
ClassMethod Users(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) As %Status
Search method: Users.
Provide a list of users.
pParms("context") controls which list of users shoudl be returned.
Resources
ClassMethod Resources(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) As %Status
Search method: Resources.
Provide a list of custom resources.