Name | Function |
{{ animal.DeathReason }} | Shows the cause of death of the patient. |
{{ animal.AnimalNumber}} | Shows the value of the Code box of the patient record. |
{{ animal.AnimalColour }} | Shows the color of the patient. |
{{ animal.Name }} | Shows the name of the patient. |
{{ animal.FullName }} | Shows the name of the patient and the last name of the owner of the patient. |
{{ animal.Sex }} | Shows the sex of the patient. The possible values are:
|
{{ animal.SexStringShort }} | Shows the sex of the patient. The possible values are:
|
{{ animal.RabiesNumber }} | Shows the rabies tag number of the patient. Note: This variable is applicable to regions that have the rabies virus. |
{{ animal.LastVisit }} | Shows the date of the patient's most recent visit. Note: To show a date value that is easy to understand, use this variable with the date Twig filter. |
{{ animal.RabiesDate }} | Shows the date of the most recent rabies injection of the patient. Note: To show a date value that is easy to understand, use this variable with the date Twig filter. |
{{ animal.NextVaccinationName }} | Shows the product name of the next vaccination of the patient. |
{{ animal.NextVaccinationDate }} | Shows the date of the next vaccination of the patient. Note: To show a date value that is easy to understand, use this variable with the dateformat Twig filter. |
{{ animal.LastVaccinationDate }} | Shows the date of the most recent vaccination of the patient. Note: To show a date value that is easy to understand, use this variable with the dateformat Twig filter. |
{{ animal.LastVaccinationName }} | Shows the product name of the patient's most recent vaccination. |
{{ animal.AgeString }} | Shows the age of the patient. |
{{ animal.AgeInYears }} | Shows the age of the patient in years. |
{{ animal.AgeInMonth }} | Shows the age of the patient in months. |
{{ animal.DateOfBirth }} | Shows the full date of birth of the patient. Note: To show a date value that is easy to understand, use this variable with the dateformat Twig filter. |
{{ animal.DateOfDeath }} | Shows the date of death of the patient. Note: To show a date value that is easy to understand, use this variable with the dateformat Twig filter. |
{{ animal.Weight }} | Shows the weight of the patient. Note: This variable shows the weight without the applicable unit of measurement. |
{{ animal.WeightUnits }} | Shows the weight of the patient. Note: This variable shows the weight with the applicable unit of measurement. |
{{ animal.CautionStatus }} | Shows the caution status of the patient. The possible values are:
|
{{ animal.CautionStatusColour }} | Shows the hexadecimal color codes of each caution status of the patient. The possible values are:
|
{{ animal.MicroChip }} | Shows the microchip number of the patient. |
{{ animal.Estimated }} | Shows the estimated date of birth of the patient. Note: To show a date value that is easy to understand, use this variable with the date Twig filter. |
{{ animal.NextAppointmentStartTime }} | Shows the start time of the next appointment of the patient. |
{{ animal.ShortDescription }} | Shows the name, sex, and species of the patient. Note: This variable uses Name (sex - species) format to show the information. |
{{ animal.DateDesexed }} | Shows the desex date of the patient. Note: To show a date value that is easy to understand, use this variable with the dateformat Twig filter. |
{{ animal.ContactToBillName }} | Shows the name of the contact record that receives the invoices of the patient. |
{{ animal.AttendingVetsString }} | Shows the names of the vets that are related to the patient record. |
{{ animal.InsuranceNumber }} | Shows the insurance number of the patient. |
{{ animal.Notes }} | Shows the notes of the patient. |
{{ animal.AnimalOwnerHtmlTable }} | Shows a summary of patient and owner information in a table. The information includes:
Note: You must use the raw Twig filter with this template variable. |
{{ animal.BSAValue }} | Shows the body surface area of the patient. Note: This variable uses the patient weight to calculate the body surface area. |
{{ animal.ReferrerName }} | Shows the name of the referring vet. Note: This variable uses a format of Last name, first name (veterinary practice name) to show the information. |
{{ animal.ReferredVetName }} | Shows the name of the referring vet. Note: This variable uses a format of Last name - first name - veterinary practice name to show the information. |
{{ animal.species.name }} | Shows the species of the patient. |
Twig template variables: Patient
Modified on: Tue, 7 Dec, 2021 at 2:18 PM
Did you find it helpful? Yes No
Can you please tell us how we can improve this article?