Skip to main content

HS.FHIRServer.Storage.Json.SearchTableVersion

persistent class HS.FHIRServer.Storage.Json.SearchTableVersion extends %Library.Persistent

SQL Table Name: HS_FHIRServer_Storage_Json.SearchTableVersion

Property Inventory

Method Inventory

Properties

property FieldList as %List;
Property methods: FieldListGet(), FieldListGetStored(), FieldListIsValid(), FieldListLogicalToOdbc(), FieldListOdbcToLogical(), FieldListSet()
property RepoKey as %String;
Property methods: RepoKeyDisplayToLogical(), RepoKeyGet(), RepoKeyGetStored(), RepoKeyIsValid(), RepoKeyLogicalToDisplay(), RepoKeyLogicalToOdbc(), RepoKeyNormalize(), RepoKeySet()
property TableName as %String;
Property methods: TableNameDisplayToLogical(), TableNameGet(), TableNameGetStored(), TableNameIsValid(), TableNameLogicalToDisplay(), TableNameLogicalToOdbc(), TableNameNormalize(), TableNameSet()
property Version as %Integer;
Property methods: VersionDisplayToLogical(), VersionGet(), VersionGetStored(), VersionIsValid(), VersionLogicalToDisplay(), VersionNormalize(), VersionSet()

Methods

classmethod getCurrentVer(repoKey As %String, tableName As %String) as %Integer
classmethod incrementVersion(repoKey As %String, tableName As %String, fieldList As %List)

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (MainIdx on RepoKey,TableName);
Index methods: MainIdxExists()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (HS.FHIRServer.Storage.Json.SearchTableVersion)

^HS.FHIRSer7AAF.SearchTableE00FD(ID)
=
%%CLASSNAME
RepoKey
TableName
Version
FieldList
FeedbackOpens in a new tab