Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HIMSA has decided to implement a new limitation on Groups and Locations User Memberships starting from NoahES version 1.13. We have seen examples of users having many groups and locations in their database and this can have a negative impact on response times for patient-data searches through the API since every group/location will be AND’ed in the search query. Therefore, we have implemented a limitation of 10 memberships of groups and locations per user, but at the same time, we have added a new property on the UserAccount entity that allows for the User to be a member of ALL All groups and locations going forward. Note that enabling this flag will mean that the User will also become a member of any group/location that is added in the future (until disabling the flag). If one decides to disable the flag, this will mean that the UserAccount will be removed from all Groups and Locations, except the default Group or Location which is defined as a field on the UserAccount.

...