Another left pane view question

rayaz wrote on Wednesday, March 18, 2009:

Hi

When you create a new patient, using the left navigation panel either buttons or tree view, how do you create a new appointment for the newly created patient? In the old style layout there is New Appointment button on the top panel. Cannot find anything like that in the other views.

Rayaz

cfapress wrote on Thursday, March 19, 2009:

Excellent suggestion.

I’ve just added a new link, ‘New Appointment’, in the section that shows upcoming appointments for the current patient. You see that when looking at a patient’s demographics.

The code has been updated in CVS.

Jason

rayaz wrote on Thursday, March 19, 2009:

Thanks for the update. How do I get it? What files?

By the way is there any easy way to find what files have been updated in the CVS on a particular day? That would make it easier for me to get all the changed files. Noe I have to bother you guys for the name of the changed files.

Thanks

Rayaz

bradymiller wrote on Friday, March 20, 2009:

Rayaz,

If your using command line linux type below line:
cvs -z3 -d:pserver:anonymous@openemr.cvs.sourceforge.net:/cvsroot/openemr history -a -c -D 01/01/2009

This will list cvs changes since 1/1/2009 (make your console screen as wide as possible)

-brady

anojgoel wrote on Friday, March 20, 2009:

how do i change the left pane menu to default as only one radio button checked and hence only one pane on the right side rather than current default of both the buttons checked and 2 panes on the right side?
thanks

rayaz wrote on Friday, March 20, 2009:

Brady,

Thanks a million, this sure does beat having to go through the whole CVS one file by one!

Regards

Rayaz

cfapress wrote on Friday, March 20, 2009:

Anoj,

Edit <oemr>/interface/main/left_nav.php, line 925 to be this:
      <b><?php xl(‘Bot’,‘e’) ?></b><input type=‘checkbox’ name=‘cb_bot’ onclick=‘toggleFrame(2)’ />

Edit <oemr>/interface/main/main_screen.php, line 46 to be this:
  <frameset rows=‘100%,*’ id=‘fsright’ bordercolor=’#999999’ frameborder=‘1’>

Edit <oemr>/interface/main/main_screen.php, line 51 to be this:
   <frame src=’’ name=‘RBot’ scrolling=‘auto’ />

That should get the results you want.

Jason

anojgoel wrote on Saturday, March 21, 2009:

jason

the second column in left pane is unchecked on login.the auth/notes radio button is on by default. there is no bottom frame anymore.

when the second column is checked, the bottom frame comes on blank since authorizations/authorizations.php is taken out by the following edit

Edit <oemr>/interface/main/main_screen.php, line 51 to be this:
<frame src=’’ name=‘RBot’ scrolling=‘auto’ />

thanks for the pointers.

anoj