Skip to main content

HS.Test.UI.PIXQuery

class HS.Test.UI.PIXQuery extends HS.Test.UI.Main

Property Inventory

Method Inventory

Parameters

parameter PAGENAME = Query Patient by MRN;
Displayed name of this page.
parameter SERVICEDEVICEFUNCTION = PIXv3.Manager|PIXv2.Manager;
parameter SERVICEREGISTRYENTRY = PIXv3.Manager;

Properties

property PatientAA as %String (ZENURL = "PATIENTAA");
Property methods: PatientAADisplayToLogical(), PatientAAGet(), PatientAAIsValid(), PatientAALogicalToDisplay(), PatientAALogicalToOdbc(), PatientAANormalize(), PatientAASet()
property PatientMRN as %String (ZENURL = "PATIENTMRN");
Property methods: PatientMRNDisplayToLogical(), PatientMRNGet(), PatientMRNIsValid(), PatientMRNLogicalToDisplay(), PatientMRNLogicalToOdbc(), PatientMRNNormalize(), PatientMRNSet()

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.
method AddServiceEntries(pDefaultEntry As %Library.String = "", pRegistryCombo As %Library.String = "cmbServiceRegistry") [ ZenMethod ]
clientmethod ClearDemographics() [ Language = javascript ]
method DisplayTestResult(pTest As HS.Test.UI.Test, pGroupTest As HS.Test.UI.TestGroup = "", pClear=0)
method Send() as %String [ ZenMethod ]
clientmethod onloadHandler() [ Language = javascript ]
Inherited description: This client event, if present, is fired when the page is loaded.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab