Skip to main content

HS.BulkFHIR.Storage.File.RestHandler

class HS.BulkFHIR.Storage.File.RestHandler extends %CSP.REST

Method Inventory

Parameters

parameter HandleCorsRequest = 1;
Inherited description: This parameter influences the CORS support. The default is an empty string meaning 'not specified'. If set to true (1) then CORS processing is ON. If set to false (0) then CORS processing is OFF. If left unset ("") then the decision to process CORS is delegated to the setting on the URL map route.

Methods

classmethod GetFile(filename As %String) as %Status
classmethod OnPreDispatch(pUrl As %String, pMethod As %String, ByRef pContinue As %Boolean) as %Status
Override of %CSP.REST OnPreDispatch(). This method gets called prior to dispatch of EVERY request. If this method sets pContinue to 0, the request will NOT be dispatched according to the UrlMap. In that case it is the responsibility of this method to return a response.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab