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

How Do I Generate a Prescription

There may be the need to generate a prescription for a client to take to a pharmacy. This FAQ shows you some options you can use.

There is a more up-to-date FAQ where scripts can be generated directly from a stock card here.

The first step is to create a definition file (sample shown later) that the system will use, this is identical to creating a recall letter, consent form etc.

The definition file can be accessed from two places:

Once the definition file has been setup you can use either method.

The example below will,

You do not need to include any of the above options to generate a script, setting up the basics will suffice. However, taking a little time just now can make a big difference later on and present a good practice image.

The following definition file is a guide, you should customise it to suit your needs.


Sample Definition File

.qu Enter NAME of drug prescribed
.qu Enter AMOUNT of drug prescribed 
.qu DOSAGE instructions
.qu Dosage continued
.qu !Can it be repeated? <Y>es <N>o
.qu !Which Chemist? <B>oots <F>ergusons
#
# Log this to the file pres.csv in the text sub-directory
# Note all lines staring with a # are ignored. 
# Add some comma's so it is in CSV format, add " to protect spaces
.sa pres.csv &date, &time, &ref, &surname, &user,\
 "&var0","&var1","&var2","&var3"

&bs&es&pname&ef&bf
&bs&es&pad1&ef&bf
&bs&es&pad2&ef&bf
&bs&es&pad3&ef&bf


                       PRESCRIPTION FOR  &animal 


    &client.                                   &breed
    &address1.                                 &age
    &address2.                                 &sex
    &address3.
    &postcode.


    TO: &var5  pharmacy

    PLEASE SUPPLY: &var0

    QUANTITY : &var1

    DOSAGE: &var2
            &var3


    WARNING:     FOR ANIMAL TREATMENT ONLY
    WARNING:    KEEP OUT OF REACH OF CHILDREN




                                                    [Practice Stamp here]



    Signed .....................................
          &username                                    &date


    THIS PRESCRIPTION IS ISSUED IN RESPECT OF ANIMALS UNDER MY CARE

    TO BE REPEATED AS REQUIRED: &var4 

.pa