Individualized Litter Vaccination Certificates and Vacc due dates on certificates
A user asked:
Individual litter vaccination certificates with next vaccination due dates (and all vaccination certificates with next vacc due date).
In answer:
Part 1
You have 2 options for Litter Vaccination Certificates.
1. Add each pup as a patient - if you are microchipping this should be what you do, so as to record each patient and record the M/c number permenantly. In qld atleast we are required to document all implantations and keep records.
2. Create a Patient "Litter of 'Mums Name' " leave the sex empty or none. leave the color blank
Create a modified vaccination certificate, remove the patient.sex field, patient.color field. Print thew required number of copies. Manually add sex and color afterward. Customize form/letter to suit your needs.
Part 2
To add the vaccination due date for the vaccination listed on a vaccination certificate simply add the following userfield to the document template:
openvpms:get(reminder:getDocumentFormReminder(.), "endTime")
This was added here
https://openvpms.atlassian.net/browse/OVPMS-768 which you can read for more detail on how this works.