Prescriptions table

Hi

Please someone tells me the program that saves the table prescriptions.
I need to find the line where the command 'INSERT INTO prescriptions…" is executed

Many thanks

@tresrob,
In OpenEMR, prescription is handled using object persistence. You can find the object file under library/classes/Prescription.class.php

Thanks,
ViSolve

Hi

Thanks for the reply, I had already looked at the class ibrary/classes/Prescription.class.php but in the soruce there is no line to insert the value in the prescriptions table.

Thanks