Skip to main content

HS.Types.Analytics.QueryInstance

class HS.Types.Analytics.QueryInstance extends %Library.RegisteredObject

Common properties for HSAA.Query.Handler and HS.Message.Analytics.QueryRequest

Property Inventory

Properties

property Context as list of %String (MAXLEN = 500);
Special parameter that provides context as a list of values For example, push filters populate this from XPath against the inbound message
Property methods: ContextBuildValueArray(), ContextCollectionToDisplay(), ContextCollectionToOdbc(), ContextDisplayToCollection(), ContextDisplayToLogical(), ContextGet(), ContextGetObject(), ContextGetObjectId(), ContextGetSwizzled(), ContextIsValid(), ContextLogicalToDisplay(), ContextLogicalToOdbc(), ContextNormalize(), ContextOdbcToCollection(), ContextSet(), ContextSetObject(), ContextSetObjectId()
property HSAAID as %String (MAXLEN = 220);
The patient analytics ID
Property methods: HSAAIDDisplayToLogical(), HSAAIDGet(), HSAAIDIsValid(), HSAAIDLogicalToDisplay(), HSAAIDLogicalToOdbc(), HSAAIDNormalize(), HSAAIDSet()
property MPIID as %String (MAXLEN = 220);
The patient MPI ID
Property methods: MPIIDDisplayToLogical(), MPIIDGet(), MPIIDIsValid(), MPIIDLogicalToDisplay(), MPIIDLogicalToOdbc(), MPIIDNormalize(), MPIIDSet()
property Name as %String (MAXLEN = 256);
Name of the query registry item
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Parameters as array of %String (MAXLEN = 500);
Name/value array of parameters
Property methods: ParametersBuildValueArray(), ParametersCollectionToDisplay(), ParametersCollectionToOdbc(), ParametersDisplayToCollection(), ParametersDisplayToLogical(), ParametersGet(), ParametersGetObject(), ParametersGetObjectId(), ParametersGetSwizzled(), ParametersIsValid(), ParametersLogicalToDisplay(), ParametersLogicalToOdbc(), ParametersNormalize(), ParametersOdbcToCollection(), ParametersSet(), ParametersSetObject(), ParametersSetObjectId()

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab