Skip to main content

%DeepSee.UI.Dialog.QualityMeasureSave

Class %DeepSee.UI.Dialog.QualityMeasureSave Extends %DeepSee.UI.Dialog.standardDialog [ System = 4 ]

This dialog lets the user save a DeepSee QualityMeasure definition.

Parameters

APPLYBUTTON

Parameter APPLYBUTTON = 0;

Properties

qmsrName

Property qmsrName As %ZEN.Datatype.string(ZENURL = "QMSR");

Quality Measure name (catalog/set/id).

qmsrClass

Property qmsrClass As %ZEN.Datatype.string(ZENURL = "QMSRCLASS");

Quality Measure class name.

isNew

Property isNew As %ZEN.Datatype.boolean(ZENURL = "NEW") [ InitialExpression = 0 ];

New Quality Measure?.

XDatas

Style

XData Style

dialogBody

XData dialogBody [ XMLNamespace = "http://www.intersystems.com/zen" ]

Contents of the dialog body.

Methods

%OnGetTitle

Method %OnGetTitle() As %String

Get the (localized) title string for the dialog. This should be implemented in a subclass.

%OnGetSubtitle

Method %OnGetSubtitle() As %String

Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.

getDialogValue

ClientMethod getDialogValue() [ Language = javascript ]

ondialogFinish

ClientMethod ondialogFinish(action) As %Boolean [ Language = javascript ]

This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.

ondialogStart

ClientMethod ondialogStart() [ Language = javascript ]

This callback, if defined, is called when the dialog page is loaded.

%OnAfterCreatePage

Method %OnAfterCreatePage() As %Status

QMsrExists

ClassMethod QMsrExists(pName As %String) As %Integer [ ZenMethod ]

Test if the given quality measure already exists.

IsValidClassName

ClassMethod IsValidClassName(pClassName As %String) As %Boolean [ ZenMethod ]

Test if the given class name is valid.