Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

HS.FHIRMeta.Load.SearchParams

class HS.FHIRMeta.Load.SearchParams extends %Library.RegisteredObject, HS.FHIRMeta.MetaUtils

Property Inventory

Method Inventory

Properties

property fpAPI as HS.FHIRPath.API;
Property methods: fpAPIGet(), fpAPIGetSwizzled(), fpAPIIsValid(), fpAPINewObject(), fpAPISet()
property searchParams [ MultiDimensional ];
Property methods: searchParamsDisplayToLogical(), searchParamsGet(), searchParamsIsValid(), searchParamsLogicalToDisplay(), searchParamsLogicalToOdbc(), searchParamsNormalize(), searchParamsSet()
property spTypeMap [ MultiDimensional ];
Property methods: spTypeMapDisplayToLogical(), spTypeMapGet(), spTypeMapIsValid(), spTypeMapLogicalToDisplay(), spTypeMapLogicalToOdbc(), spTypeMapNormalize(), spTypeMapSet()

Methods

method %OnNew(metaAPI As HS.FHIRMeta.API) as %Status
Inherited description: This callback method is invoked by the %New() method to provide notification that a new instance of an object is being created.

If this method returns an error then the object will not be created.

It is passed the arguments provided in the %New call. When customizing this method, override the arguments with whatever variables and types you expect to receive from %New(). For example, if you're going to call %New, passing 2 arguments, %OnNew's signature could be:

Method %OnNew(dob as %Date = "", name as %Name = "") as %Status If instead of returning a %Status code this returns an oref and this oref is a subclass of the current class then this oref will be the one returned to the caller of %New method.

classmethod GetTypesForCodeMap(Output map)
Display the parse tree for each Search Parameter expression
classmethod arrayToList(array As %DynamicArray) as %List
method createParamsForCode(jsp As %DynamicObject, baseTypeList As %List, Output PARAMS)
method dumpSP()
classmethod gatherUrlBaseData(loader As HS.FHIRMeta.Load.NpmLoader, includeExperimental As %Boolean, Output urlList)
classmethod getMultiFlag(builder As HS.FHIRMeta.Load.Builder, pathList As %String)
method processSearchParams(loader As NpmLoader, builder As Builder, includeExperimental As %Boolean = 0)
Display the parse tree for each Search Parameter expression
classmethod sortList(list As %List)
classmethod trim(str As %String) as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab