Our requirement is to create a single 834 eligibility file with
multiple ST/SE segments grouped by a particular field within our
query, i.e. "account_id". This solution works just fine:
1. Use Multiple Schema
2. Use XPath to loop thru each group of "account_id"s
2a. Create message to send to HIPAA ****t for each account_id group
3. Turn batching on, set batching interval to 50 minutes.
Since all of these accounts can be generated in under 50 minutes, this
works fine. However, we have other processes that use the HIPAA
Accelerator and the 50 minute batch interval is slowing these
processes down since they would normally only take a few minutes to
generate.
So, my question: Is there any way to force the HIPAA accelerator to
batch based off a variable or some other trigger? This would allow us
to batch whenever we determine all messages that need to be in the
batch have been sent, thus reducing the time from the last message
sent to the next batch interval.
Any ideas?
Thanks!