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

Read219n Premvet 5 (Version 2.19.07) - March 2003


Access Permissions

The following access permissions have been added or changed.

130 DataMajor Update - Access to the update menu in DM


DataMajor

The Adhoc report 'Animals by Ana Group Usage' will include the surgery the animal is registered at.

Repeat Prescriptions are now transferred over to DM. See the clinical stored report for samples, the tables details are covered in the DataMajor on-line manual

An Add-In for Excel has been added to allow graphs and pivot tables to be automatically generated. See

http://www.premvet.co.uk/premvet/manual/dm/addin.html

The following Stored Reports have been added:

Breakdown by Analysis code by Branch the Work was done.
Breakdown by Time (Out of Hours Analysis) of Work
Work done breakdown (by GROUP) by user over a period
Work done breakdown (by Analysis Code) by user over a period
Repeat Prescriptions due in next 30 days
Repeat Prescriptions: 'See Vet', 'Non Specific' and 'Expired'
Compare Management Record Vaccination date with Clinical dates.
ATV by user if the transaction contains a specific Ana Code.
No-Shows and Cancellations in the diary.

On-Line Manual : http://www.premvet.co.uk/premvet/manual/dm/dm.html

A new sub-menu in Stored reports called 'Update' has been added. The scripts in this menu can be used to change the Premvet DataBase. Currently you can change the Species, Sex, Breed and Admin lock. Any changes made will automatically update the DataMajor snapshot, update the record cards and will cross update. It is protected via access permission 130. See manual for details.

Manual: http://www.premvet.co.uk/premvet/manual/dm/dm1.html

If you want to force the printout into Landscape mode, include the word <b>Landscape</b> in one of the script comment lines.

Practice Growth: The Growth script needs to know about animals that are no longer 'in the area' e.g. Moved Away. Use the option DM -> Utilities -> Setup -> 1 to enter the Status Code(s) you use to indicate the animal will not be returning to the practice e.g. MA (Moved Away), RH (Re-Homed) etc. These will be used on the NEXT re-build. This will set the animal field IsClient to No so it can be used in other scripts as required.

Full Text Search (OSR 5.0.7 only) - The full text search has been expanded to handle 'Boolean Searches' - this just means you have much more control over what is searched for. To explain look at the examples below. The system will switch into Boolean mode if any of the following characters are entered ()<>+-*" - in the search criteria. This does mean you cannot search specifically for them.

The basic Full Text Search looks for ANY occurence of the words you enter and will return a 'score' based on what it found. e.g. searching for 'Synulox tabs' look for lines where either word is present. When in boolean mode:

+synulox -tabs Look for lines where Synulox IS present but tabs is NOT.

+synulox +tabs Both words MUST be present but not necessary adjacent to each other.
"Synulox Tabs" The text 'Synulox space Tabs' must be found
Synulo* Any lines with the word starting Synulo something. The * must appear AFTER the text.

If you try the 'Boolean Mode' on earlier versions of the software you will get the message 'You have an error near boolean mode', this just indicates the version you have does not support it. It does no harm.


Stock Control

For Cross updating sites the address used in Purchase orders can be set to the surgery address rather than the practice address by setting PO_Use_Surg_Address to Yes in params.txt.

Dispencing Fee log - a CSV file is updated automatically when you add a dispensing fee to a card. It is text/dispfee.csv and it contains:

This file can be access via the 'S'can option under Windows Export Files.


Estimates

If the params.txt entry Estimate_Add_Breakdown is set to yes then the Automatic Pricing codes that were used to generate the estimate will be printed at the same time as the estimate on a separate page. If you use esttop.def to customise the top of the form this will NOT be printed on the 'Made up by' page.


Diary

When making an appointment in the diary via AutoMatic Pricing, you can enter a valid date rather than number of days (if interval is set at zero). The appointment will be made on that date.


Clinical Text Box

Normally the clinical text box is 7 lines of 34 characters, if you set Clinical_Box_Size = 1 in params.txt then the width of the box will be expanded to 73 characters. The system will still split the text up to 34 characters but you will have more space to enter it. When using a larger box the system WILL fold all multiple spaces down to one.


Definition Files

You can 'attach' a copy of the definition file to the animal's record with the .ATTACH text option. If 'text' is specified then this will be the description used. 'text' can include reserved words e.g. .attach &date Prescription will use today's date followed by Prescription.

A sample Tracer ID form is included ntracer.def - See the FAQ on ID Chip registration for details.


Duplex Printing

Most for the reports will use the duplexer (if installed) and will print on both sides of the page. You can enable duplex printing in definition files by adding &TF to the document.

New entries for the HP LaserJet 4600dn and LaserJet 2200dn have been added to the printer tables.

If you have a duplexer you should ensure that the 'Printer Codes' are updated to take advantage of it. Check the 2nd page of codes:

        Duplex Mode (P) (&TF)   \027 &l1S
        Duplex Mode (L) (&CO)   \027 &l2S


Colour Printing

If your printer supports PCL5c colour codes the system can use them, select the Laserjet 4600dn model file as a starting point. The reserved words are the same as those for Deskjet colour printers (&c1...&c9).

If you use nroff documents, colour can be enabled (5.0.7 version) with .\m[colour] with .\m[] reverting to the previous colour. See the FAQ - Nroff Colour Codes for the colour names you can use.


Weight Recording

If you set Weight_Show_Lbs = Yes in params.txt the weight lines on the clinical screen will show both Kgs and Lbs.

The new AP Metacharacter ^32= is the same as ^7= (Weight) but the system will assume the weight entered is in Lbs and convert over over to Kgs. If ^32 is used, both weights will be shown on the clinical line.

Tip: Use Weight[lbs] as the description, the [lbs] will not be displayed on the clinical screen but will appear when the / is used.


History Report - E-Mail (OSR 5.0.7 only)

The E-Mail option can alter the apperance of the mail message by using HTML templates to allow fully customise 'corporate' image to be used. See the FAQ for details of enabling and customising the templates.

http://www.premvet.co.uk/premvet/faq/repmail.html


Prescription Generation

The 'Generate a Label' option has been expanded to generate prescriptions. If you use *S, it will print the definition file script.def. This can be customised with the labelling reserved words. When used: The item will be upriced, it will not destock, it will update the history file and the clinical screen. See the FAQ for the full details:

http://www.premvet.co.uk/premvet/faq/script.html


Misc and Bug Fixes


Back to Release Note Index