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 to share photos of your group with the world? 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 947 - 976 of 3839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
947
Quite a few additions and fixes. Added the option to fill referral templates. This is how it works: It is all very similar to doing a mail merge in Rep-Aid,...
bartsmissaert
Offline Send Email
May 1, 2006
10:32 pm
948
Hi Bart Sorry if this has been asked before. Can Rep Aid count entries rather than just patients? I've been asked to count the number of Cat A Minor Surgery...
Les Trewinnard
lestrewinnard
Offline Send Email
May 4, 2006
3:28 pm
949
Hi Les, Yes, you can do that in 3 ways at least. 1. Have only one morbidity node holding all the Read codes and with the A option picked. This will add up at...
bartsmissaert@...
bartsmissaert
Offline Send Email
May 4, 2006
3:34 pm
950
Simplest is for example: One ID node, One morbidity node with in the Read code box: 9877, 9879, 987A and the A option picked. Bart...
bartsmissaert@...
bartsmissaert
Offline Send Email
May 4, 2006
3:42 pm
951
Attached another way to do this. Bart...
bartsmissaert@...
bartsmissaert
Offline Send Email
May 4, 2006
3:55 pm
952
Hi Bart Thanks very much. I like the Op_Count solution. How do I change the column selected by the macro? As for registration - Sometimes I am asked to count...
Les Trewinnard
lestrewinnard
Offline Send Email
May 5, 2006
8:38 am
953
Hi Les, Alter the column with the macro editor. This is a relative new feature and you can get there via the show button or via the macro wizard. Will put your...
bartsmissaert
Offline Send Email
May 5, 2006
2:34 pm
954
Some minor interface fixes. Added another patient registration subgroup (as requested): any but fictitious or private patients. Version 13.68 Bart...
bartsmissaert
Offline Send Email
May 7, 2006
11:10 pm
955
I need to produce a report to show our Surgeries Formulary list. How can I identify the Formulary list so as to produce a report ? Also the PM wants to know...
Steve West
swest_swest
Offline Send Email
May 9, 2006
11:28 am
956
Hi Steve, Not sure now, but it should be simple with a SQL node. Leave it to me, I will figure it out and come back to you. Bart...
bartsmissaert@...
bartsmissaert
Offline Send Email
May 9, 2006
12:15 pm
957
Have come across a situation where the file GetLicense.exe wouldn't get the right data to make a licence due to a missing entry in the Rep-Aid .ini file. This...
bartsmissaert
Offline Send Email
May 9, 2006
1:23 pm
958
Hi Steve, Had a look at this and it looks fairly simple. There are 2 tables that deal with this: FORMULARY, listing all the formularies FORMULARY_READCODE,...
bartsmissaert
Offline Send Email
May 9, 2006
3:07 pm
959
Steve, This SQL for example will list all the drugs in our Extended Nurse Prescribing formulary: SELECT R.READ_CODE, R.TERM30 FROM READCODE R INNER JOIN...
bartsmissaert
Offline Send Email
May 9, 2006
3:26 pm
960
Or this one,which gives some other details: SELECT R.READ_CODE, R.TERM30, R.USAGE_COUNT FROM READCODE R INNER JOIN FORMULARY_READCODE FR ON (R.READ_CODE =...
bartsmissaert
Offline Send Email
May 9, 2006
4:14 pm
961
Bart when I log into Repaid it no longer asks if I wnat to download the latest version,which was a good way to keep to the latest version. John F...
catrionamgtf5
Offline Send Email
May 10, 2006
2:01 pm
962
John, You/somebody must have turned it off. Put it back like this: Options, File, Checking version, Set if version check at Excel startup, Yes. On 13.69 now. ...
RB Smissaert
bartsmissaert
Offline Send Email
May 10, 2006
2:34 pm
963
Bart Could you please add "Any but adopted child" Thanks Paul...
Paul Smith
drpsmith1957
Offline Send Email
May 10, 2006
2:37 pm
964
Paul, Will put in 13.70, which I will upload today. You can actually do this already quite simply: ID node with any registration. Stick on that ID node with...
RB Smissaert
bartsmissaert
Offline Send Email
May 10, 2006
2:49 pm
965
Paul, Couldn't upload to the main site, but have uploaded 13.70 to: http://www.rbs-software.pwp.blueyonder.co.uk/ This has Any but adopted child. Bart ... ...
RB Smissaert
bartsmissaert
Offline Send Email
May 10, 2006
3:18 pm
966
Thanks Bart but Iam not sure how I turned it off, JohnF ... From: "RB Smissaert" <bartsmissaert@...> To: <ExcelReportingAddin@yahoogroups.com> ...
John Farrell
catrionamgtf5
Offline Send Email
May 10, 2006
7:06 pm
967
Maybe I did it. Bart ... From: ExcelReportingAddin@yahoogroups.com [mailto:ExcelReportingAddin@yahoogroups.com] On Behalf Of John Farrell Sent: 10 May 2006...
RB Smissaert
bartsmissaert
Offline Send Email
May 10, 2006
7:46 pm
968
Fixed a bug where newer BP tables or a TestUnit table weren't copied from the server to the local PC. No harm, but it meant one would waste time updating these...
bartsmissaert
Offline Send Email
May 11, 2006
7:57 pm
969
Bart, For a pilot project I need to be able to dump to excel a list of all Read Code entries (non-dug) between certain dates, rather than the usual one line...
Paul Maddy
paul628805
Offline Send Email
May 14, 2006
10:38 am
970
Some interface fixes and improvement, partly due to seeing John Lockley struggling with a few things: 1. Template button won't show with the single patient...
bartsmissaert
Offline Send Email
May 14, 2006
10:44 am
971
Paul, No trouble, just tell me the dates and I will send you the SQL. Then paste this SQL in the SQL node big box, right-click and do: Run plain SQL. Just to...
RB Smissaert
bartsmissaert
Offline Send Email
May 14, 2006
10:49 am
972
Cheers Bart, I need last 2 years data 1/5/04 to 30/4/06 - though I may split that down 'cause I'm not sure how many lines Excel can cope with at a time. The...
Paul Maddy
paul628805
Offline Send Email
May 14, 2006
11:24 am
973
OK, this is actually faster with a normal report (not a plain SQL) with a SQL node. This is because otherwise you will need a big join between the Tables...
RB Smissaert
bartsmissaert
Offline Send Email
May 14, 2006
12:56 pm
974
Paul, 2 more things about this: Firstly, with this query there would be an error message about NULL values. It would still produce a good result, but I have...
RB Smissaert
bartsmissaert
Offline Send Email
May 14, 2006
1:16 pm
975
Thanks Bart. All the entries are visible in the temporary txt file. How do I add computer number rather than internal PID, and age & sex to output? Paul. ... ...
Paul Maddy
paul628805
Offline Send Email
May 14, 2006
2:41 pm
976
Paul, That won't be easy as that query (the one in the SQL node) has no join to the table PATIENT. This was just what I was avoiding as it will make things...
RB Smissaert
bartsmissaert
Offline Send Email
May 14, 2006
4:15 pm
Messages 947 - 976 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