Skip to main content

HS.Test.UI.XDSbMU

class HS.Test.UI.XDSbMU extends HS.Test.UI.Main

Metadata Update tester

Property Inventory

Method Inventory

Parameters

parameter PAGENAME = XDSb Metadata Update;
Inherited description: Displayed name of this page.
parameter SERVICEREGISTRYENTRY = XDSb.Registry;

Properties

property DocumentID as %String (ZENURL = "DOCID");
Property methods: DocumentIDDisplayToLogical(), DocumentIDGet(), DocumentIDIsValid(), DocumentIDLogicalToDisplay(), DocumentIDLogicalToOdbc(), DocumentIDNormalize(), DocumentIDSet()
property HomeCommunityID as %String (ZENURL = "HOMEID");
Property methods: HomeCommunityIDDisplayToLogical(), HomeCommunityIDGet(), HomeCommunityIDIsValid(), HomeCommunityIDLogicalToDisplay(), HomeCommunityIDLogicalToOdbc(), HomeCommunityIDNormalize(), HomeCommunityIDSet()
property PatientID as %String (ZENURL = "PATID");
Property methods: PatientIDDisplayToLogical(), PatientIDGet(), PatientIDIsValid(), PatientIDLogicalToDisplay(), PatientIDLogicalToOdbc(), PatientIDNormalize(), PatientIDSet()

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 ClearResult()
method Query(pGroup As HS.Test.UI.TestGroup, tDocId, tHomeId="", Output document As HS.Message.IHE.XDSb.Document, pRegistryCombo="cmbServiceRegistry") as %Status
Query and return the first approved document
method QueryDoc(pGroup, pDocId, tHomeId="", Output tResponse As HS.Message.IHE.XDSb.QueryResponse, pRegistryCombo="cmbServiceRegistry") as %Status
Query and return all documents for a patient
method QueryPat(pGroup, tPatId, tHomeId="", Output tResponse As HS.Message.IHE.XDSb.QueryResponse, pRegistryCombo="cmbServiceRegistry") as %Status
Query and return all documents for a patient
method RunIHE() as %String [ ZenMethod ]
method RunStatus() as %Status [ ZenMethod ]
method SelectDocument() [ ZenMethod ]
method Send() as %String [ ZenMethod ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab