Using Elasticsearch
To use Elastic search, call the D_<CodeSetName> data page as your data source for either an auto-complete control or elsewhere in any other search field.
The above data page takes two parameters:
- Code – Data string to search for
- CodeSetType – Name of the code set that you want to search on
For all classes, you can perform the search for code and description (respective fields for HCPCS, CPT® and so on). It is defined through a search model that is a pySearch rule of type Custom search properties created in each of the classes, which instructs the Elastic code the fields to enable for search.
The data source for the data page is the Activity named PrepareQueryString which prepares the query to be passed and calls the report definition. This Activity sets the properties based on the parameter that is passed and then calls the report definition rule by passing the query string to fetch the records for the specified code set type.
Previous topic Step 10: Implementing Elasticsearch on code sets Next topic Step 11: Implementing Elasticsearch on sample data objects