Skip to main content

EnsLib.AmazonHealthLake.InboundAdapterQuery

class EnsLib.AmazonHealthLake.InboundAdapterQuery extends EnsLib.Amazon.Common, EnsLib.PEX.InboundAdapter

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = DatastoreId:HealthLake,SearchType:HealthLake,SearchParameters:HealthLake;
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

property DatastoreId as %String (MAXLEN = 1000);
HealthLake data store id
Property methods: DatastoreIdDisplayToLogical(), DatastoreIdGet(), DatastoreIdIsValid(), DatastoreIdLogicalToDisplay(), DatastoreIdLogicalToOdbc(), DatastoreIdNormalize(), DatastoreIdSet()
property SearchParameters as %String (MAXLEN = 1000);
Search parameters, e.g., name=&owner=
Property methods: SearchParametersDisplayToLogical(), SearchParametersGet(), SearchParametersIsValid(), SearchParametersLogicalToDisplay(), SearchParametersLogicalToOdbc(), SearchParametersNormalize(), SearchParametersSet()
property SearchType as %String (MAXLEN = 1000);
Search type: metadata, Patient etc.
Property methods: SearchTypeDisplayToLogical(), SearchTypeGet(), SearchTypeIsValid(), SearchTypeLogicalToDisplay(), SearchTypeLogicalToOdbc(), SearchTypeNormalize(), SearchTypeSet()

Methods

method CreateInboundInput(pInput As %Net.Remote.Object) as InboundInputQuery
method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab