Skip to main content

HS.FHIRServer.Storage.JsonAdvSQL.SearchTable

abstract persistent class HS.FHIRServer.Storage.JsonAdvSQL.SearchTable extends %Library.Persistent

SQL Table Name: HS_FHIRServer_Storage_JsonAdvSQL.SearchTable

Property Inventory

Parameters

parameter USEEXTENTSET = 1;
This affects how class storage will be handled. Recommended on for any persistent class projected to SQL See docs for more info: https://docs.intersystems.com/irisforhealthlatest/csp/documatic/%25CSP.Documatic.cls?LIBRARY=%25SYS&CLASSNAME=%25Library.Persistent#USEEXTENTSET

Properties

property Key as HS.FHIRServer.Storage.JsonAdvSQL.DataType.String (COLLATION = "EXACT") [ Required ];
Resource Key used as Primary Key. Format {resourceType}/{id}
Property methods: KeyDisplayToLogical(), KeyGet(), KeyIsValid(), KeyLogicalToDisplay(), KeyLogicalToOdbc(), KeyNormalize(), KeySet()
property MDVersion as HS.FHIRServer.Storage.JsonAdvSQL.DataType.String (COLLATION = "EXACT");
Metadata version for tracking changes to Json search columns (HS.FHIRServer.Storage.Json.SearchTableVersion / HS.FHIRServer.Storage.Json.SearchColumn)
Property methods: MDVersionDisplayToLogical(), MDVersionGet(), MDVersionIsValid(), MDVersionLogicalToDisplay(), MDVersionLogicalToOdbc(), MDVersionNormalize(), MDVersionSet()
property VersionId as HS.FHIRServer.Storage.JsonAdvSQL.DataType.String (COLLATION = "EXACT");
FHIR Resource version (Resource.meta.versionId)
Property methods: VersionIdDisplayToLogical(), VersionIdGet(), VersionIdIsValid(), VersionIdLogicalToDisplay(), VersionIdLogicalToOdbc(), VersionIdNormalize(), VersionIdSet()

Indexes

index (KeyIdx on Key) [PrimaryKey, Unique];
Index methods: KeyIdxCheck(), KeyIdxDelete(), KeyIdxExists(), KeyIdxOpen(), KeyIdxSQLCheckUnique(), KeyIdxSQLExists(), KeyIdxSQLFindPKeyByConstraint(), KeyIdxSQLFindRowIDByConstraint()
index (MDVersionIdx on MDVersion) [Type = bitmap];

Inherited Members

Inherited Methods

FeedbackOpens in a new tab