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

Read219d Premvet 5 (Version 2.19.02) - Changes April/May 2000


Stand Alone Attach Utility - Unix only

To enable documents to be automatically attached to record cards e.g. lab results, e-mail messages etc. a new stand alone option can be used to automate this.

      vet -p attach  Original_name Animal_number Premvet_name Type

The 1st two options are mandatory and should be the location of the attachment and the 2nd is the animal record number. The other options are optional:

So to attach the document /tmp/lab.txt to record 100 you would specify:

       vet -p attach /tmp/lab.txt 100

or a PDF Cardiac report to the same client.

      vet -p attach /u/windows/xyz.pdf 100 cardiac.pdf application/pdf

(Note: The Original_name and Premvet_name cannot contain spaces and original name must be readable by user 'vet')


Diagnostic Codes (^19=)

If ^19= is entered as a AP Macro or on the Extra's line you will be prompted for the 'Location' and 'Disease/Diagnosis'. The results will be coded and entered on the record card. The analysis code will automatically be set to 214.

The comment on the line can used to narrow down the search e.g. (This assumes Diag is an AP code that call ^19=)

        diag 'ear

This will only pull up locations that contain the text 'EAR', this can be expanded by adding a : followed by the Disease to limit the selection to that e.g.

        diag 'ear:size

Options will be added over the coming months to report on the stored data. This option will be getting expanded based on feedback from yourselves.


Windows CSV files

The CSV files option can also be used to copy one of the listed files to a DOS formatted floppy disk by using the 'C'opy option.


Address Lookup

A 'pop-up' box containing the local addresses can be used to fill in Address lines 3 and 4. Local addresses can be added via:

Gen Apps -> Params -> Lookup Tables -> Recalls -> Addresses

You will not be forced to use an entry from the pop-up table but if a match (or partial match) exists you will be prompted.


Stock Global Price/Markup Changes

The option Global Price Increase (In Stock -> Utilities) can be used to alter the Markup of a range of stock items. If 'Markup' is selected then all selected items will have the basic markup changed to the % specified, any discounts currently set will be preserved and applied to the new RRP.

This option affects existing items only, new items will use the markup specified in Stock -> Parameters -> Default markup.


Stock Ordering

This option has changed to make it more flexible and we have added some new functionality.

There is now the concept of a 'pending order' this order will be retained by the system (on a per branch basis) and can be added to, changed over a period of time no figures will be updated. The pending order can then be processed and the system updated.

When the 'Generate Order' option is selected the system will display the last 10 lines of any pending order and the prompt line will show:


Stock Ordering - Modem Number

The telephone number used by the 'Send order -> Modem' is taken from the Supplier details. If the Supplier changes their modem number then you should make sure:

Stock -> Parameters -> Lookup -> Supplier -> Edit -> .... -> Modem

Is set correctly.


Stock Ordering - Centaur PTC and location

If you are using multiple locations with Centaur you can set the PTC number to reflect the branch you are ordering from. You do this via

Stock -> Parameters -> Lookup -> Supplier -> Edit -> ....

and in Customer Ref enter : your PTC followed by a space then a question mark. The ? will be replaced with the brach number e.g. 888 ?


pvbug - Bugs and Requests - Unix only

To make it easier to submit requests and bugs a script has been added to the system 'pvbug'. This will ask for the required information and then submit the results via e-mail to Edinburgh.

Exit to the #,$ or Vet> prompt and type 'pvbug' answer questions as required.


Clinical Reports

The 'R'eport option on the clinial screen is set up via

Menu -> Reports -> Financial -> PDSA/History

the following options have been added :


Epson TM60 Thermal Printers

Some notes on using the Epson TM-60 Thermal printers

Label: Set 'Need FF' to yes
If you want the label to roll forward after printing set the Form Feed Command to \029 \012. This will require you to press the 'Paper Feed' button on the printer to re-wind the label prior to printing the next one.
Dip Switch 2-6 must be set to ON

POS: Add \010 times 5 as the form feed command
Dip Switch 2-6 must be set to OFF


Reserved words

Processing reserved words in Consent/Recovery forms, if the reserved word starts with a capital letter then the replacement will also have capital letter e.g.

&animal = fred
&Animal = Fred

Note: Only the 1st letter will be checked.


LifeLearn

The new 'Pharmacy Module' has been incorporated. This works in an identical manner to the other modules.

With this introduction the 'Practice' option for adding your own handouts has been re-named 'Own'.


Dosage Reserved Words

There are three reserved dosage abbreviations that will be recognised automatically by the system:

FHT FreeHand Text You will be prompted for the full dose
WOT Work Out Tablets A box will pop-up asking you for the details the system will also determine the number of tablets to be supplied and use this as the quantity.
WOI Work Out Injection As WOT except it relates to mls rather than tablets.


Attachments - Attach Utility

Normally vet -p attach will give the attachment the description 'Automatic Attachment'. If the enviroment variable 'Attach' is set then then text contained in it will be used instead.

There may be times where you wish to add a clinical comment to an animal's card whenever you use the stand-alone attachment utility. You can use the new script /u/source/scripts/attach.sh

You pass a few arguments to attach.sh and it will automatically add the required text. The arguments are:

      Usage:   attach.sh Update Client Analysis Text text Text ..
                           $1     $2     $3      $4   $5   .. ..

If $1 = Update then call vet -p integrate to force the integrate
$2 = Client number
$3 = Analysis Code
text = Text to add

So to add the text 'Lab work - See W option' to animal 12 with analysis code 100 and force an update you would use

 /u/source/scripts/attach.sh Update 12 100 "Lab Work - See W Option"

If you want to wait until a later time to integrate the lines (you may have multiple attachments to do) change the word 'Update' to anything else - do not leave it blank.

Note: This option may not work on the older versions of OSR 5. Will work on OSR 5.0.5 and higher.


Paid by ....

On the clinical record screen when taking a payment the system will normally default ot the current balance. This can lead to problems if staff just press return without reading the screen. To get round this the option:

Gen Apps -> Params -> Fields & Defaults -> Options -> More -> 21

can be used to set the default amount to Zero. If return is pressed with a zero balance you will be returned to the prompt line.


Misc


Back to Release Note Index