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
- ConformanceId
- DisableCORS
- FHIRVersion
- ResourceServerOAuthClient
- ServiceClassName
- ServiceConfigName
- URL
- UseOAuth
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
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
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %OverrideGuidAssignment()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- GetGlobalInfo()
- GetSQLTableName()
- SyncTables()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: Storage (HS.Registry.FHIRCSPConfig)
^HS.Registry.FHIRCSPConfigD(ID) |
= | %%CLASSNAME
URL
ServiceConfigName
ServiceClassName
ConformanceId
DisableCORS
UseOAuth
ResourceServerOAuthClient
FHIRVersion
|