nextgenhealthcare / connect

The swiss army knife of healthcare integration.
Other
868 stars 265 forks source link

[IDEA] Support Reattach Attachments in Source Response and Enable Destination Attachment on Response #5933

Open leovander opened 9 months ago

leovander commented 9 months ago

In attempting to reduce DB bloat and UI snappiness, it would be great if using the Attachment Handler in Response Transformers, both could replace the stored Response in the Destination, and could then also be reattached to the Source Response in the Source settings.

Describe your use case We receive large strings (Base64 Decoded Clinical Documents) in a response from a Destination and would like to limit the amount of duplication we do with a returned response and make the overall storage footprint smaller.

Describe the solution you'd like

leovander commented 9 months ago

Partial Duplicate of: [IDEA] Add attachment functionality to destination response #5351