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

2010-09-26 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 located

2010-09-26 Thread Robert Meggle
Hi Muthu, In your message you wrote that is_discharge is set to true. Can you please make sure that you have not used an patient what is discharged? Robert Am Sonntag, den 26.09.2010, 23:32 +0530 schrieb Ap.Muthu: > Patient > -> Admit Patient as Out patient > -> Fix Appointment for patient >

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

2010-09-26 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 tak

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

2010-09-26 Thread Ap.Muthu
Checking SVN 6667 - the state before I made my first commit at SVN 6668:- Points to review: Please check a core change by Robert on SVN 6778. This affected a single core class file: care2x/trunk/include/care_api_classes/class_gui_person_show.php The recent complete change to UTF8. Safe change b

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

2010-09-26 Thread Ap.Muthu
All scripts and forms to write prescriptions, immunizations, birth data, notes, etc., are in the modules/registration_admission folder and it's subfolders. > 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 e

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

2010-09-26 Thread Ap.Muthu
Hi GJ, We tried a user with your sample role: Medical Consultant (super user) - all areas - and allotted all depts in the user creation menu. We logged in as the above super user. We were unable to mane any prescription for an admitted patient (outpatient). All we saw was that the menus were tak

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

Re: [Care2002-developers] regarding first patient not saving

2010-09-26 Thread Ap.Muthu
Hi GJ, OPS 301 for English is only a translated file. It is not loaded by default. The mysql_dump.sql does not contain the data for any OPS301. Just like the OPS301 for Spanish and Italian, it is possible that German hospitals may operate in English speaking places. There was a request from one

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 enabli

Re: [Care2002-developers] regarding first patient not saving

2010-09-26 Thread Gjergj Sheldija
hi Muthu, regarding the known features you wrote about in the wiki. i have my first patient correctly registering with pid 10. and the prescription for the ambulatory saving ok. but i have te ops 301 for english installed in the db, which wrong. there is no such a standard as ops 301 in eng

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 e

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 ) a

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: > Committe

Re: [Care2002-developers] Prescriptions - error point located

2010-09-26 Thread Gjergj Sheldija
hi Muthu, i have a revision older than 6700 and the ambulatory ( outpatient ) prescription is working without any problem. gj. On 2010-09-26 8:02.MD, Ap.Muthu wrote: > Patient > -> Admit Patient as Out patient > -> Fix Appointment for patient > -> Make Encounter for Appointment of Patient

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 /modules/registration_admission/includ

Re: [Care2002-developers] Prescriptions - error point located

2010-09-26 Thread Ap.Muthu
When entering the modules/registration_admission/include/gui_show.php file, the contents of the $_SESSION variable are: Array ( [sess_user_name] => admin [sess_user_origin] => registration [sess_file_forward] => [sess_file_return] => show_prescription.php [sess_file_break] =>

Re: [Care2002-developers] Care2002-developers Digest, Vol 51, Issue 53

2010-09-26 Thread Hassan Awodi
On 26/09/10 11:38, care2002-developers-requ...@lists.sourceforge.net wrote: > Send Care2002-developers mailing list submissions to > care2002-developers@lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/

[Care2002-developers] Prescriptions - error point located

2010-09-26 Thread Ap.Muthu
Patient -> Admit Patient as Out patient -> Fix Appointment for patient -> Make Encounter for Appointment of Patient Choose Prescriptions on right menu options. It will proceed to /modules/registration_admission/show_prescription.php which includes the file /modules/registration_admission/inclu

Re: [Care2002-developers] How to make a prescription?

2010-09-26 Thread Gjergj Sheldija
those are the files used for the ambulatory - outpatient - prescription. and yes, those are incomplete. i wouldn't remove them, because their implementation depends on how the hospital handles the outpatient prescription, with own meds or just writes the prescription. gj. On 2010-09-26 12:29.M

Re: [Care2002-developers] Orphan Variables?

2010-09-26 Thread Ap.Muthu
The singular $LDHeadline is used in 2 pages in the news module. The plural $LDHeadlines is not used anywhere. hi Muthu, those are used in the news module, in the example page gj. On Sun, Sep 26, 2010 at 3:40 AM, Ap.Muthu wrote: Where are the following variables used?: $LDH

[Care2002-developers] How to make a prescription?

2010-09-26 Thread Ap.Muthu
The file at: modules/registration_admission/gui_bridge/default/gui_input_show_prescription.php and similar files are not included or used anywhere. This means that we are unable to make prescriptions. notes, etc. The links are all dead. Regards, Ap.Muthu -

Re: [Care2002-developers] Orphan Variables?

2010-09-26 Thread Gjergj Sheldija
hi Muthu, those are used in the news module, in the example page gj. On Sun, Sep 26, 2010 at 3:40 AM, Ap.Muthu wrote: > Where are the following variables used?: > $LDHeadline > and > $LDHeadlines > > Regards, > Ap.Muthu > > > > >