Bidirectional lab results input from SFTP

Is there a setting to see/adjust how often OpenEMR would visit the SFTP website to fetch lab results back? Or is it only processed when one goes to Procedures\Electronics Report to process results? Thx…!

True! You’d have to set up a cron job or create a background task script to schedule tasks.

@sjpadgett Thank you Jerry for the advice!
In that regard would it delete result files from SFTP server or leave them unchanged? Is there any document to elucidate the processes?

Best I can do for now is just point you to some code which is pretty straight forward.
interface/orders/receive_hl7_results.inc.php of interest may be this function poll_hl7_results(&$info, $labs = 0) at L-1533