Skip to main content

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;
Schema FHIRPath API for evaluating FHIRPath for search params.
Property methods: fpAPIGet(), fpAPIGetSwizzled(), fpAPIIsValid(), fpAPINewObject(), fpAPISet()
property metaAPI as HS.FHIRMeta.API;
Full schema metadata API for facilitating resource type checking.
Property methods: metaAPIGet(), metaAPIGetSwizzled(), metaAPIIsValid(), metaAPINewObject(), metaAPISet()
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)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab