Skip to main content

HS.Util.SolutionNSConfiguration

class HS.Util.SolutionNSConfiguration

This is a collection of utility methods that would be commonly used in the customized configuration steps for HealthPlan solution Customized class can extend this method

Method Inventory

Methods

classmethod EnableRESTModelClasses(pSolutionNamespace As %String = $Namespace, pSourceDatabase As %String = pSolutionNamespace_"-SOURCE")
For the application solution ns to be able to call REST apis, it will need to have the data defined in persistent %pkg.isc.rest classes This util creates global mapping in pSolutionNamespace from pSourceDatabase for the rest model globals assuming that the solution namespace can reference to the %pkg.isc.rest classes, i.e. containing package mapping towards the source database
FeedbackOpens in a new tab