Skip to main content

HS.Registry.FHIRCSPConfig

deprecated persistent class HS.Registry.FHIRCSPConfig extends %Library.Persistent, %XML.Adaptor, HS.Sync.BaseClass, %Library.GlobalIdentifier

SQL Table Name: HS_Registry.FHIRCSPConfig

THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
HS.Registry.FHIRCSPConfig defines settings that control some FHIR CSP application behaviors that otherwise are only configurable via %CSP.REST class parameter overrides and/or method overrides.

Property Inventory

Properties

property ConformanceId as %String (MAXLEN = 64) [ Required ];
Resource id of the FHIR Conformance resource that defines the FHIR server capabilities supported by this URL.
Property methods: ConformanceIdDisplayToLogical(), ConformanceIdGet(), ConformanceIdGetStored(), ConformanceIdIsValid(), ConformanceIdLogicalToDisplay(), ConformanceIdLogicalToOdbc(), ConformanceIdNormalize(), ConformanceIdSet()
property DisableCORS as %Boolean [ InitialExpression = 0 ];
Disable any handling of CORS headers for this URL. By default, FHIR end points have CORS processing ON.
Property methods: DisableCORSDisplayToLogical(), DisableCORSGet(), DisableCORSGetStored(), DisableCORSIsValid(), DisableCORSLogicalToDisplay(), DisableCORSLogicalToXSD(), DisableCORSNormalize(), DisableCORSSet(), DisableCORSXSDToLogical()
property FHIRVersion as %String (MAXLEN = 1024) [ Required ];
The Version of FHIR that this CSP Application supports
Property methods: FHIRVersionDisplayToLogical(), FHIRVersionGet(), FHIRVersionGetStored(), FHIRVersionIsValid(), FHIRVersionLogicalToDisplay(), FHIRVersionLogicalToOdbc(), FHIRVersionNormalize(), FHIRVersionSet()
property ResourceServerOAuthClient as %String (MAXLEN = 512);
When using OAuth 2.0, this is OAuth 2.0 Client name to be used by the resource server.
Property methods: ResourceServerOAuthClientDisplayToLogical(), ResourceServerOAuthClientGet(), ResourceServerOAuthClientGetStored(), ResourceServerOAuthClientIsValid(), ResourceServerOAuthClientLogicalToDisplay(), ResourceServerOAuthClientLogicalToOdbc(), ResourceServerOAuthClientNormalize(), ResourceServerOAuthClientSet()
property ServiceClassName as %String (MAXLEN = 512) [ Required ];
Class name of the FHIR business service to which to dispatch all incoming requests.
Property methods: ServiceClassNameDisplayToLogical(), ServiceClassNameGet(), ServiceClassNameGetStored(), ServiceClassNameIsValid(), ServiceClassNameLogicalToDisplay(), ServiceClassNameLogicalToOdbc(), ServiceClassNameNormalize(), ServiceClassNameSet()
property ServiceConfigName as %String (MAXLEN = 512) [ Required ];
Config item name of the FHIR business service to which to dispatch all incoming requests.
Property methods: ServiceConfigNameDisplayToLogical(), ServiceConfigNameGet(), ServiceConfigNameGetStored(), ServiceConfigNameIsValid(), ServiceConfigNameLogicalToDisplay(), ServiceConfigNameLogicalToOdbc(), ServiceConfigNameNormalize(), ServiceConfigNameSet()
property URL as %String (MAXLEN = 1024) [ Required ];
URL of the FHIR end point, should represent the name of an existing CSP application.
Property methods: URLDisplayToLogical(), URLGet(), URLGetStored(), URLIsValid(), URLLogicalToDisplay(), URLLogicalToOdbc(), URLNormalize(), URLSet()
property UseOAuth as %Boolean [ InitialExpression = 0 ];
Require OAuth 2.0 and/or OpenID Connect processing on all incoming requests.
Property methods: UseOAuthDisplayToLogical(), UseOAuthGet(), UseOAuthGetStored(), UseOAuthIsValid(), UseOAuthLogicalToDisplay(), UseOAuthLogicalToXSD(), UseOAuthNormalize(), UseOAuthSet(), UseOAuthXSDToLogical()

Queries

query FHIRCSPConfigItems(pType As %Integer = "")
SQL Query:
SELECT %ID,URL,ServiceConfigName,ServiceClassName,ConformanceId,FHIRVersion,DisableCORS,UseOAuth,ResourceServerOAuthClient FROM FHIRCSPConfig ORDER BY URL

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (URLIndex on URL) [Unique];
Index methods: URLIndexCheck(), URLIndexCheckUnique(), URLIndexDelete(), URLIndexExists(), URLIndexOpen(), URLIndexSQLCheckUnique(), URLIndexSQLExists(), URLIndexSQLFindPKeyByConstraint(), URLIndexSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (HS.Registry.FHIRCSPConfig)

^HS.Registry.FHIRCSPConfigD(ID)
=
%%CLASSNAME
URL
ServiceConfigName
ServiceClassName
ConformanceId
DisableCORS
UseOAuth
ResourceServerOAuthClient
FHIRVersion
FeedbackOpens in a new tab