Search the web
Sign In
New User? Sign Up
ExcelReportingAddin · Rep-Aid
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3369 - 3398 of 3839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3369
As requested some changes to the items under Options, Referrals. Main referral list routine is now done via SQLite (as that is a lot faster) and this is under...
bartsmissaert
Offline Send Email
Nov 2, 2008
10:23 pm
3370
Some changes to the code that let you pick up the currently selected problem of the patient loaded in Synergy. There were situations where this failed and if...
bartsmissaert
Offline Send Email
Nov 3, 2008
9:48 pm
3371
Bart I don't use to the Word Entries add-in (or not yet) but wondered if this code could pick up the selected problem for the relinking routine Paul _____ ...
Paul Smith
drpsmith1957
Offline Send Email
Nov 3, 2008
10:16 pm
3372
Paul, It can do that, but it will be much easier to do this directly in the Word Macros add-in. This has an interface like Synergy, so 2 listviews With on the...
RB Smissaert
bartsmissaert
Offline Send Email
Nov 3, 2008
10:44 pm
3373
Hi Bart Seem to have been having a lot of problems recently with the version check utility. It runs & runs (shows as active in task Man) but fails to complete...
mikehur_2005
Offline Send Email
Nov 4, 2008
10:33 am
3374
Hi Mike, Will have a look at that. What you could do in the meantime (although I don't think it will make a difference) is make sure you have the latest...
bartsmissaert@...
bartsmissaert
Offline Send Email
Nov 4, 2008
10:39 am
3375
Just one other thing to check. Does the desktop shortcut (if you use that) point to the right file? It should point to: ...
bartsmissaert@...
bartsmissaert
Offline Send Email
Nov 4, 2008
10:52 am
3376
Some minor fixes. Running a report with a node with no Read code would give a warning and a suggestion to tick the Loop checkbox, even if this was ticked ...
bartsmissaert
Offline Send Email
Nov 5, 2008
12:18 am
3377
Hi Bart Yes, pointing to correct file & version. I updated this morning from the prompt when starting rep-aid, and it loaded almost instantly! If I get...
mikehur_2005
Offline Send Email
Nov 5, 2008
8:49 am
3378
Doing a plain SQL (right-click SQL box in SQL node and doing Run plain SQL) did put the sheet auto-filter buttons in the wrong row. Fixed this. DB Browser now...
bartsmissaert
Offline Send Email
Nov 6, 2008
10:57 pm
3379
Had one customer today who found a problem after moving to Synergy 1.9. This has to do with the reference to clinic.tlb, but not sure why this is a problem...
bartsmissaert
Offline Send Email
Nov 7, 2008
11:51 am
3380
Ignore all this as it turns out the problem is a missing file C:\medapps\S6000\clinic.tlb Bart...
bartsmissaert@...
bartsmissaert
Offline Send Email
Nov 7, 2008
12:21 pm
3381
I'm still claiming to be relatively new to Rep-Aid and I just can't get my head around this one. Lets say I run a report for all Read Code G3 patients. Out of...
Dennis Hayden
thealeuk
Offline Send Email
Nov 7, 2008
2:08 pm
3382
Hi Dennis, Simplest way to do that is with a report as attached. Not the FLNo (filter on last node) ticked in the report node. Regards, Bart _____ From:...
RB Smissaert
bartsmissaert
Offline Send Email
Nov 7, 2008
2:27 pm
3383
... I meant: note the FLNo _____ From: ExcelReportingAddin@yahoogroups.com [mailto:ExcelReportingAddin@yahoogroups.com] On Behalf Of RB Smissaert Sent: 07...
RB Smissaert
bartsmissaert
Offline Send Email
Nov 7, 2008
2:35 pm
3384
Some minor improvements, one of them handling the situation where clinic.tlb or LoginServer.exe is missing from C:\medapps\S6000\ Never anticipated this, but...
bartsmissaert
Offline Send Email
Nov 7, 2008
3:44 pm
3385
Thanks for that. I had a filter too few and the other filter in the wrong place. Now I will have to work out how that works but home time beckons. I'm pleased...
Dennis Hayden
thealeuk
Offline Send Email
Nov 7, 2008
4:17 pm
3386
Dennis, No problem. Best is always to post the report that you are having trouble with. It will need to be a zipped file as otherwise Yahoo will put it in the...
RB Smissaert
bartsmissaert
Offline Send Email
Nov 7, 2008
4:32 pm
3387
New version of the file WordEntriesFB.zip. The Word entries add-in (the simple list) in the .dot file now has the option to edit the .csv with an editor,...
bartsmissaert
Offline Send Email
Nov 9, 2008
10:48 pm
3388
There is a Registered/Usual GP option with drop down list but what about one for Staff? And especially their initials. I tend to need this a lot. I tried using...
Dennis Hayden
thealeuk
Offline Send Email
Nov 10, 2008
4:00 pm
3389
Hi Den, The up button will show staff. This is in the ID node. Not sure what your idea is here as patients are normally only registered with GP's. The XTR box...
bartsmissaert@...
bartsmissaert
Offline Send Email
Nov 10, 2008
4:13 pm
3390
This file has a new .dot file again that now has the formatting options fixed. This formatting is explained in the help that you can see with: Show text file...
bartsmissaert
Offline Send Email
Nov 11, 2008
7:48 am
3391
What I want to do is search by initials (those that appear on the right hand side of Syn) or in some cases those are not on the right hand side. There are...
Dennis Hayden
thealeuk
Offline Send Email
Nov 11, 2008
10:11 am
3392
Hi Dennis, OK, I see now what you are trying to do. Simplest is perhaps to change the user output to initials by doing: Options, General search settings, Set...
bartsmissaert@...
bartsmissaert
Offline Send Email
Nov 11, 2008
10:20 am
3393
Here an example of how this would work in a SQL node: select e.patient_id, e.entry_id, e.read_code, e.term_text, e.added_date, e.start_date from entry e inner...
bartsmissaert@...
bartsmissaert
Offline Send Email
Nov 11, 2008
10:38 am
3394
That sounds complicated and looks as if it would need to be changed every time I run it. However, I dumped the practice parameters and so I can now convert the...
Dennis Hayden
thealeuk
Offline Send Email
Nov 11, 2008
12:02 pm
3395
Hi Bart Just tried to run the rcf report ListReferrals.rcf, but I get a runtime error 1004 The macro ListReferrals cannot be found. I have installed the latest...
Les Trewinnard
lestrewinnard
Offline Send Email
Nov 11, 2008
12:04 pm
3396
... Maybe the SQL node report is best then. ... A and D represent? A is STAFF_ID and D is ROLE_TYPE Basically this is the same information as in the dumped...
bartsmissaert@...
bartsmissaert
Offline Send Email
Nov 11, 2008
12:23 pm
3397
Hi Les, You don't need this .rcf anymore (but will fix it) as you can do this better with: Options, Referrals, List referrals. Bart...
bartsmissaert@...
bartsmissaert
Offline Send Email
Nov 11, 2008
12:24 pm
3398
... Yes, second row is an identical twin of first row. All the doctors are duplicates, perhaps it reads the Reg and Usual and enters them twice. DB Browser.......
Dennis Hayden
thealeuk
Offline Send Email
Nov 11, 2008
1:05 pm
Messages 3369 - 3398 of 3839   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help