Skip to main content

HS.FHIR.vCommon.SearchTableBuilder

deprecated class HS.FHIR.vCommon.SearchTableBuilder

THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.

Method Inventory

Methods

deprecated classmethod GenSearchTablesFromArrayInternal(ByRef pArray As %Library.RawString, pAbstractClass As %String, pNumericScale As %Integer, pModelPackage As %String, pVerbose As %Boolean = 1) as %Status
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
deprecated classmethod IndexIsBitmap(pBase As %String, pCode As %String, pForceRebuild As %Boolean = 0) as %Boolean
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
Given a resource type and a search parameter code, returns true if the index for that search param should be a bitmap, and false otherwise.
deprecated classmethod IndexIsBitmapManualChanges(ByRef pBitmapIndices)
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
At some point in the future, it may be possible for users may to make their own changes to the list of search parameters that get bitmap indexed. One possible way this could be done is by extending this class, overriding this method, and making the desired changes to the input array. For right now though, this method is just a placeholder and a no-op.

Subclasses

FeedbackOpens in a new tab