Re: [Care2002-developers] Prescriptions - error point fixed?

2010-09-27 Thread Robert Meggle
Hi Muthu, Am Montag, den 27.09.2010, 05:13 +0530 schrieb Ap.Muthu: Checking SVN 6667 - the state before I made my first commit at SVN 6668:- [...] Safe change by Robert: 6704 to 6706 changed the use of the original ADOdb variable $PHP_SELF with $_SERVER['SCRIPT_NAME']) [...] I will take

Re: [Care2002-developers] Prescriptions - error point fixed?

2010-09-27 Thread Robert Meggle
Hi Muthu, Am Montag, den 27.09.2010, 02:35 +0530 schrieb Ap.Muthu: Congrats Robert in getting the new installer up and for conversion of SQL files to CSV - was the latter necessary? Not sure what you mean, I have not touched the installer. Where have you found that conversion? Robert --

Re: [Care2002-developers] Prescriptions - error point fixed?

2010-09-27 Thread Ap.Muthu
Hi Robert, It was GJ that made the changes to the installer in SVN 6798-6800. The installer works fine and has a nice new CSS. All SQLs now are CSV - other than the mysq_dump.sql - and all sample CSV shilfted to /installer/db/sample folder. In the process, the sample user roles hae been

Re: [Care2002-developers] Prescriptions - error point fixed?

2010-09-26 Thread Ap.Muthu
Committed SVN 6801 now enabling forms for data entry for the admitted paient to get tagged to prescriptions, notes, measurements, birth data and immunisation particulars. The variables have been initialised in the respective scripts instead of at the common

Re: [Care2002-developers] Prescriptions - error point fixed?

2010-09-26 Thread Gjergj Sheldija
there is no script in the ambulatory to write the data to prescription sub. that part of the code has to be implemented apart for every clinic, since it depends on the way ambulatory prescription are handled for each clinic/hospital/state gj. On 2010-09-26 11:05.MD, Ap.Muthu wrote:

Re: [Care2002-developers] Prescriptions - error point fixed?

2010-09-26 Thread Gjergj Sheldija
there is no mismatch there. the care_prescription_sub gets filled only for the inpatients. because only for inpatients the med flow is equal for every hospital. i described in a recent mail how the meds flow works in the current c2x. ( prescription - dept pharmacy - main pharmacy - depot ) and

Re: [Care2002-developers] Prescriptions - error point fixed?

2010-09-26 Thread Gjergj Sheldija
hi Muthu, i retested rev 6797, before rev 6780, and prescription form shows correctly. please, recheck you flow, before submitting such patches. btw, all icons on the menu on the right are missing. gj. On 2010-09-26 11:05.MD, Ap.Muthu wrote: Committed SVN 6801 now enabling forms for data

Re: [Care2002-developers] Prescriptions - error point fixed?

2010-09-26 Thread Gjergj Sheldija
hi Muthu, you cannot access the patient's prescription because you're accessing it out of his turn. and, as it should, c2x does not permit to add data to the patients chart. so, please revert your latest revision, 6801 gj. On 2010-09-26 11:05.MD, Ap.Muthu wrote: Committed SVN 6801 now

Re: [Care2002-developers] Prescriptions - error point fixed?

2010-09-26 Thread Ap.Muthu
Hi GJ, SVN 6797 enabled the use of English for OPS 301 - I just added en to the array of allowed languages. There was no other change to any other file in that commit. SVN 6801 just fixed the missing session variable - the output of the session array was listed to highlight the point. Session