Skip to main content

HS.Test.UI.Component.patientSelect

class HS.Test.UI.Component.patientSelect extends %ZEN.Component.composite, HS.Test.UI.Component.hsComponent

Dropdown and text box for selection of patient. Dropdown is initially populated from %session.Data("IHE.Test","PatientID").

Property Inventory

Method Inventory

Properties

property onselect as %ZEN.Datatype.eventHandler;
Property methods: onselectDisplayToLogical(), onselectGet(), onselectIsValid(), onselectLogicalToDisplay(), onselectLogicalToOdbc(), onselectNormalize(), onselectSet()

Methods

method %OnAfterCreateComposite() as %Status
This callback is called after the children of this composite component have been created.
classmethod NormalizePatientID(pPatientID) as %String [ ZenMethod ]
This should be private, except zenmethods can't be private.
method PatientID() as %String
clientmethod selectPatient() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab