Skip to main content.
Index | Support | Documentation | FAQ | Forum

Read300g (Version 03.02.00) - December 2009 ... February 2010

Access Permissions

154 Edit Transaction Number - can the user change the transaction number on a clinical line.
(User still needs access 29).
155 Reserved

Data Major

Two new reports on the tidy up index

Stock Table - The Supplier Name, Manufacturer and Product descriptions are available in the stksup table. (See on-line manual for more details).

Attachment Table - Added the size of the attachment (in bytes).

Animal Table - The Premvet sex code (two character) are exported into their own column as well as being split into Sex/Neutered. (Animal Table: OldSex)

Ad-Hoc menu has a new sub-menu dealing with diary usage (See below).

Transactions

The Insurance Report (History option 22) - the analysis codes to exclude on the setup screen will be used to hide the appropriate lines.

The option List by Transaction (pva013) 'Clinical Screen -> List -> Transaction' you can suppress some analysis codes to remove any administration entries, set the params.txt entry Tran_List_Ignore = x,y,z where x,y,z are the analysis codes you want to suppress.

Transactions will cross update between sites.

Management Flags

Flag 15 will be set if the Phone Number tidy up has altered the card.

DataMajor has been updated and you can report and update all 15 management flags, to that end the additional entries have been added to the Animal Table. MR_Flag_12, MR_Flag_13, MR_Flag_14 and MR_Flag_15.

You can get the system to pop up an alert on these flags by adding the flag to MR_Flag_Alert = x,y,z as per normal, except add flag 14, 15 (as appropriate).

Note: Flags 12 and 13 are reserved for system use.

Lab Results

Management flag 14 will be set if a new attachment has been added (received by E-Mail) - This flag is cleared when you access attachment screen. If you add Flag 14 to MR_Flag_Alert then you will get a pop-up alert to say it's present. This is also available in DataMajor (Animal table : MR_Flag_14).

Optimum Weights in Graphs

When displaying a weight graph for an animal the 'O'ptimum option will attempt to lookup the weight in breed help and use it. If you want to enter the Optimum weight yourself then set Ignore_Optimum = Yes to params.txt.

Diary - Old Style

The 'Find' option will list as many entries as it finds prior to this release it used to stop after the 1st screen.

Users

The Add/Edit users in Password maintenance has been expanded to handle the additional user capability (See read300f). To make it easier to find staff they will appear in alphabetical order within a standard scroll box - use the arrow keys to move up/down.

Adding a new user is now on a separate menu option 'Create a new User'.

Rather than search all users you can use the Group/Profile option which will only lists users in that specific group. Again users will be displayed in a scroll box - use the up/down/1st letter to locate them. The Retired/Left option is the same as the group option except it only lists those users who have left.

If users are printed, they will be printed in alphabetical order by group.

Protocols

New reserved word(s):

&lastseen Number of days since last seen.
&rtype Record type (SA, FC or EQ)
&insured Name of the Insurance Company
&balance Animal Balance
&ref Animal Number
&climit Credit limit for animal type (See http://premvet.co.uk/premvet/faq/pro6.html)

Examples:

       # Do NOT run is animal has been seen in last 30 days
       [goto quit if &lastseen < 30 ]

# Do not run if Farm record [goto quit if &rtype == FC ]

# Only run if Insured contains PetPlan [goto insured if &insured ~ PetPlan ]

The [group xxx ] is used to limit the report to only running if the user is a member of group. It can handle multiple groups by [group xx || yy || zz ] etc. as there can be up to 9 groups it has been simplified by using the ! symbol for NOT. You can limit to everyone except vets by [group ! vet].

[clinical1 xx yyyy] this is then same as [clinical except if the answer is blank the line will not be added. e.g.

       [] What is the diagnosis {[line]}
       [Clinical 400  Dx: ANSWER]

If the user simply returns on this line empty we get Dx: on a clinical line by itself. Replacing this with

       [] What is the diagnosis {[line]}
       [Clinical1 400  Dx: ANSWER]

Then the line will only be added if something was entered.

Automatic Protocol - pva018.pro - this will be called when 'T'ext option is used - it will REPLACE the Text box - you can use this to call a more structured system used a protocol. Two examples are included, soap.pro and pvstext.pro

Printing definition files - [condef file] will process the definition file 'file', the system will remember the answer to the 1st 10 questions, these are available in the def file as &var0, &var1, &var2, ... &var9

SMS

Animals marked as dead will NOT have text reminders generated for them.

On the diary, if there are word e.g. PTS, EUTH etc. indicating you will be putting the animal down. Add these to the params.txt. entry SMS_IGNORE = text1, text2, etc. if any of the words appear in the reason the text will NOT be sent.

Animals with multiple appointments e.g. 9.00am, 9.10am, 9:20am will only be sent ONE appointment (the 1st).

Definition Files

You may want a unique number in forms, Registration number, Script number, document number etc. There is a new dot command to allow you to do this.

.DN filename Filename is optional (default text/docno), this will store a number in it, each time .DN is used it will increment the number by 1.

The reserved word is &docno - You can use this to make sure your scripts have a unique number. e.g. here is a modified prescription:

      .DN script.no
      This is a repeat script (&docno)

      Drug:  &sname
      Dose:  &sdes

      Blah, Blah

      Script Number : &docno

Diary Usage and Number of No-Shows

The no-show report will export the number of diary slots, booked slots and number of no-shows to DataMajor. There is a new option on the 'Ad-Hoc' menu called 'Diary Usage'. Via this you can report on usage - you have the options:

Pop-Up Recalls

Pop-Up recalls - really good for reminding you of overdue weight checks, wormer/flea recalls - even the missing recall. Sites are using these options more and more - but is does come with a downside - staff who are not directly involved also get the reminders - in some cases it is important, others not so - yes the Vet may want to know the animal has never had flea treatment but not bothered about the flea recall.

By default all pop-up's apply to all users, there is a new option to restrict the pop-up(s) to groups of users. For this to work your users must be allocated to the . There are two type of pop-up:

The new setting is Pop_Group_XXX where XXX is either the recall number (240 and above) or a letter (A-Z). Then you add the group(s) you want this to apply to e.g.

Pop_group_249 = nurse recpt If the group the user belongs to contains the text nurse OR recpt then the recall will pop-up otherwise it's ignored.

Pop_Group_A = vet Whatever Pop_RecallA is set as it will only work if the group the user is in contains the text vet.

You can separate the text with comma's if you prefer.

Admin Lock

In PDSA Mode - If a user has permissions to clear an Admin lock, rather than press Return to continue there is a Question - Do you want to continue. The default being No - if No record will be in Read-Only mode still. Users must enter 'Yes' to get past the lock.

Misc