Skip to main content

HS.HC.FHIRSQL.REST.FrontEndAPI.Map

class HS.HC.FHIRSQL.REST.FrontEndAPI.Map extends HS.HC.FHIRSQL.REST.APIBase

Dispatch class for all UI REST requests

Method Inventory

Parameters

parameter UseSession = 0;
Inherited description: This parameter controls the CSP session support. By default the CSP session will be ended after each request in accordance with the spirit of REST. However this CAN be overridden by the user. To use a session, it's necessary to manage the CSPSESSION cookie. Browsers do this automatically but command line tools such as CURL require the setting of options.

Note that if you choose to use a session then this will use a CSP license until the session is ended or expires and the grace period has been satisfied. If you use the default of no session then this will be the same behavior as SOAP requests of holding a license for ten seconds.

Methods

classmethod AccessCheck(Output pAuthorized As %Boolean) as %Status
Override %CSP.REST AccessCheck method
classmethod CheckLicense(Output pAuthorized As %Boolean)
classmethod VersionPredicate(pVersion As %Integer)
The predicate for querying the %DocDB for compatible documents
classmethod analysisTemplate(pMethod As %String) as %DynamicAbstractObject
classmethod credentialsTemplate(pMethod="POST") as %DynamicObject
classmethod fhirRepositoryTemplate(pMethod="POST") as %DynamicObject
classmethod projectionTemplate(pMethod As %String) as %DynamicAbstractObject
classmethod transformspecTemplate(pMethod As %String) as %DynamicAbstractObject

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab