Skip to main content

HS.UI.OIDRegistry

class HS.UI.OIDRegistry extends HS.HC.UI.Util

Define MPI SNO Consent

Property Inventory

Method Inventory

Parameters

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

Properties

property OIDID as %String;
Property methods: OIDIDDisplayToLogical(), OIDIDGet(), OIDIDIsValid(), OIDIDLogicalToDisplay(), OIDIDLogicalToOdbc(), OIDIDNormalize(), OIDIDSet()
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 saveRequiredError as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Code and at least one of OID or URL are required.") ];
Property methods: saveRequiredErrorDisplayToLogical(), saveRequiredErrorGet(), saveRequiredErrorIsValid(), saveRequiredErrorLogicalToDisplay(), saveRequiredErrorLogicalToOdbc(), saveRequiredErrorNormalize(), saveRequiredErrorSet()

Methods

classmethod CheckAssociation(pID As %String) as %Boolean [ ZenMethod ]
Return whether OID is associated with XUA registry entry
classmethod DeleteData(id) as %String [ ZenMethod ]
method DrawTitle(pSeed As %String) as %Status
method SaveData(pID, pIdentityTypes, pIdentityCode, pOID, pDescription, pURL, pAliases) as %String [ ZenMethod ]
Save data to server
method UpdateDetails(PID) [ ZenMethod ]
clientmethod cancelItem() [ Language = javascript ]
Cancel current Facility edit.
clientmethod deleteItem() [ Language = javascript ]
clientmethod getFieldlist() [ Language = javascript ]
clientmethod hideService(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