Skip to main content

HS.Test.UI.PIXAdd

class HS.Test.UI.PIXAdd extends HS.Test.UI.Main

Property Inventory

Method Inventory

Parameters

parameter PAGENAME = Add New Patient;
Displayed name of this page.
parameter SERVICEDEVICEFUNCTION = PIXv3.Manager|PIXv2.Manager;
parameter SERVICEREGISTRYENTRY = PIXv3.Manager;

Properties

property ASSIGNINGAUTHORITY as %String [ InitialExpression = ##class(HS.Registry.Config).GetKeyValue("\TestUI\PIX\AssigningAuthority","INOT") ];
Organization name will be used in the automated tests to get the AssigningAuthority and used for the Patient's Last Name
Property methods: ASSIGNINGAUTHORITYDisplayToLogical(), ASSIGNINGAUTHORITYGet(), ASSIGNINGAUTHORITYIsValid(), ASSIGNINGAUTHORITYLogicalToDisplay(), ASSIGNINGAUTHORITYLogicalToOdbc(), ASSIGNINGAUTHORITYNormalize(), ASSIGNINGAUTHORITYSet()
property ORGANIZATION as %String [ InitialExpression = ##class(HS.Registry.Config).GetKeyValue("\TestUI\PIX\Organization","OTHER_INTERSYS_HEALTHSHARE") ];
Organization name will be used in the automated tests to get the Facility and used for the Patient's Last Name
Property methods: ORGANIZATIONDisplayToLogical(), ORGANIZATIONGet(), ORGANIZATIONIsValid(), ORGANIZATIONLogicalToDisplay(), ORGANIZATIONLogicalToOdbc(), ORGANIZATIONNormalize(), ORGANIZATIONSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: 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 ConnectExecute(pGroup="", pRequest, pMsg)
method Connectv2() [ ZenMethod ]
method Connectv3() [ ZenMethod ]
method DisplayTestResult(pTest As HS.Test.UI.Test, pGroupTest As HS.Test.UI.TestGroup = "", pClear=0)
method GetNextMRN() [ ZenMethod ]
Get the next automatically-assigned MRN for the home facility
clientmethod GoPIXQuery() [ Language = javascript ]
method Send() as %String [ ZenMethod ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab