Skip to main content

HS.UI.Registry.CodedEntry

class HS.UI.Registry.CodedEntry extends HS.HC.UI.Util

Define HS.IHE.CodedEntry values

Property Inventory

Method Inventory

Parameters

parameter FOUNDATIONHELPKEY;
When running Foundation, this will be part of the docbook link, i.e. DocBook.UI.PortalHelpPage.cls?Key=thisvalue
parameter PAGENAME = Coded Entry Registry;
Displayed name of this page.
parameter RESOURCE = %HSAdmin_InstallationManagement;
Security requirement

Properties

property OBJID as %String;
Property methods: OBJIDDisplayToLogical(), OBJIDGet(), OBJIDIsValid(), OBJIDLogicalToDisplay(), OBJIDLogicalToOdbc(), OBJIDNormalize(), OBJIDSet()
property msgcancelItem as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Do you wish to discard changes and reset form?") ];
Property methods: msgcancelItemDisplayToLogical(), msgcancelItemGet(), msgcancelItemIsValid(), msgcancelItemLogicalToDisplay(), msgcancelItemLogicalToOdbc(), msgcancelItemNormalize(), msgcancelItemSet()
property msgdelete as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Do you wish to delete this entry?") ];
Property methods: msgdeleteDisplayToLogical(), msgdeleteGet(), msgdeleteIsValid(), msgdeleteLogicalToDisplay(), msgdeleteLogicalToOdbc(), msgdeleteNormalize(), msgdeleteSet()
property saveConfirmExisting as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Are you sure you want to save edits to existing record?") ];
Property methods: saveConfirmExistingDisplayToLogical(), saveConfirmExistingGet(), saveConfirmExistingIsValid(), saveConfirmExistingLogicalToDisplay(), saveConfirmExistingLogicalToOdbc(), saveConfirmExistingNormalize(), saveConfirmExistingSet()
property saveRequiredError as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Fields Code, Scheme and CodeType are required.") ];
Property methods: saveRequiredErrorDisplayToLogical(), saveRequiredErrorGet(), saveRequiredErrorIsValid(), saveRequiredErrorLogicalToDisplay(), saveRequiredErrorLogicalToOdbc(), saveRequiredErrorNormalize(), saveRequiredErrorSet()

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.
classmethod DeleteData(id) as %String [ ZenMethod ]
method DrawTitle(pSeed As %String) as %Status
method SaveData(pID, pType, pCode, pScheme, pDescription, pToHtml, pToOther, pToSDA) as %String [ ZenMethod ]
Save data to server
method UpdateDetails(PID) [ ZenMethod ]
clientmethod cancelItem() [ Language = javascript ]
Cancel current Facility edit.
clientmethod deleteItem() [ Language = javascript ]
clientmethod hideEdit(flag) [ Language = javascript ]
Show/hide Service form.
clientmethod refreshTable() [ Language = javascript ]
clientmethod rowSelected(table) [ Language = javascript ]
User selected a row in the table.
clientmethod saveItem() [ Language = javascript ]
Get user selection and send to server to save
clientmethod showObject(id) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab