Skip to main content

HS.UI.Registry.FHIRCSPConfig

deprecated class HS.UI.Registry.FHIRCSPConfig extends HS.UI.Util

THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
Define and manage FHIR CSP application behaviors that are not covered in CSP application maintenance.

Property Inventory

Method Inventory

Parameters

parameter FOUNDATIONHELPKEY = FADM_ch_configuration_registry;
When running Foundation, this will be part of the docbook link, i.e. DocBook.UI.PortalHelpPage.cls?Key=thisvalue
parameter PAGENAME = FHIR CSP Configuration Registry;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.
parameter RESOURCE = %HSAdmin_InstallationManagement;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on at least one of the specified resources in order to view this page or invoke any of its server-side methods from the client.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE.

Properties

property ConfigID as %String;
Property methods: ConfigIDDisplayToLogical(), ConfigIDGet(), ConfigIDIsValid(), ConfigIDLogicalToDisplay(), ConfigIDLogicalToOdbc(), ConfigIDNormalize(), ConfigIDSet()
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 saveConformanceRequiredError as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Conformance or CapabilityStatement Resource Id is required.") ];
Property methods: saveConformanceRequiredErrorDisplayToLogical(), saveConformanceRequiredErrorGet(), saveConformanceRequiredErrorIsValid(), saveConformanceRequiredErrorLogicalToDisplay(), saveConformanceRequiredErrorLogicalToOdbc(), saveConformanceRequiredErrorNormalize(), saveConformanceRequiredErrorSet()
property saveFHIRVersionRequiredError as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("FHIR Version is required.") ];
Property methods: saveFHIRVersionRequiredErrorDisplayToLogical(), saveFHIRVersionRequiredErrorGet(), saveFHIRVersionRequiredErrorIsValid(), saveFHIRVersionRequiredErrorLogicalToDisplay(), saveFHIRVersionRequiredErrorLogicalToOdbc(), saveFHIRVersionRequiredErrorNormalize(), saveFHIRVersionRequiredErrorSet()
property saveRSClientRequiredError as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Resource server OAuth client is required when using OAuth.") ];
Property methods: saveRSClientRequiredErrorDisplayToLogical(), saveRSClientRequiredErrorGet(), saveRSClientRequiredErrorIsValid(), saveRSClientRequiredErrorLogicalToDisplay(), saveRSClientRequiredErrorLogicalToOdbc(), saveRSClientRequiredErrorNormalize(), saveRSClientRequiredErrorSet()
property saveServiceClassRequiredError as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Service Class Name is required.") ];
Property methods: saveServiceClassRequiredErrorDisplayToLogical(), saveServiceClassRequiredErrorGet(), saveServiceClassRequiredErrorIsValid(), saveServiceClassRequiredErrorLogicalToDisplay(), saveServiceClassRequiredErrorLogicalToOdbc(), saveServiceClassRequiredErrorNormalize(), saveServiceClassRequiredErrorSet()
property saveServiceNameRequiredError as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Service Config Name is required.") ];
Property methods: saveServiceNameRequiredErrorDisplayToLogical(), saveServiceNameRequiredErrorGet(), saveServiceNameRequiredErrorIsValid(), saveServiceNameRequiredErrorLogicalToDisplay(), saveServiceNameRequiredErrorLogicalToOdbc(), saveServiceNameRequiredErrorNormalize(), saveServiceNameRequiredErrorSet()
property saveURLRequiredError as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("URL is required.") ];
Property methods: saveURLRequiredErrorDisplayToLogical(), saveURLRequiredErrorGet(), saveURLRequiredErrorIsValid(), saveURLRequiredErrorLogicalToDisplay(), saveURLRequiredErrorLogicalToOdbc(), saveURLRequiredErrorNormalize(), saveURLRequiredErrorSet()

Methods

deprecated classmethod DeleteData(id) as %String [ ZenMethod ]
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
deprecated method DrawTitle(pSeed As %String) as %Status
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
deprecated method SaveData(pID, pURL, pServiceConfigName, pServiceClassName, pConformanceId, pFHIRVersion, pDisableCORS, pUseOAuth, pRSOAuthClient) as %String [ ZenMethod ]
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
Save data to server
deprecated method UpdateDetails(PID) [ ZenMethod ]
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
deprecated clientmethod deleteItem() [ Language = javascript ]
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
deprecated clientmethod hideConfig(flag) [ Language = javascript ]
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
Show/hide Service form.
deprecated clientmethod refreshTable() [ Language = javascript ]
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
deprecated clientmethod rowSelected(table) [ Language = javascript ]
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
User selected a row in the table.
deprecated clientmethod saveItem() [ Language = javascript ]
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
Get user selection and send to server to save
deprecated clientmethod showObject(id) [ Language = javascript ]
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab