FHIR Chat · maxCount: PreExpandValueSets · hapi

Stream: hapi

Topic: maxCount: PreExpandValueSets


view this post on Zulip Patrick Werner (Mar 27 2020 at 12:41):

We are currently using expand with a filter to search through ValueSet Displays to get relevant codes for a user input.

view this post on Zulip Patrick Werner (Mar 27 2020 at 12:42):

This works fine with the inMemoryExpansion, as soon as the VS is preExpanded max count is restricted at 1000.

view this post on Zulip Patrick Werner (Mar 27 2020 at 12:44):

I tried to change the following values in the DaoConfig:

  • DEFAULT_MAX_EXPANSION_SIZE
  • myPreExpandValueSetsDefaultCount
  • myPreExpandValueSetsMaxCount

But still getting max counts of 1000, obviously i've missed something.


Last updated: Apr 12 2022 at 19:14 UTC