Twig template variables: Restricted veterinary medicine (RVM)
Name | Function |
---|---|
{{ medication.PrescribingUserName }} | Shows the name of the person who prescribed the medication. |
{{ medication.DispensingUserInitials }} | Shows the initials of the person who dispensed the medication. |
{{ medication.DispensingUserName }} | Shows the name of the person who dispensed the medication. |
{{ medication.Direction }} | Shows the instructions of a restricted veterinary medicine. |
{{ medication.CourseLength }} | Shows the treatment period of a restricted veterinary medicine. |
{{ medication.Dose }} | Shows the dose information of a restricted veterinary medicine. |
{{ medication.Administration }} | Shows the route of administration of a restricted veterinary medicine. |
{{ medication.TreatmentFrequency }} | Shows the treatment interval of a restricted veterinary medicine. |
{{ medication.NumberOfTreatments }} | Shows the number of treatments of a restricted veterinary medicine. |
{{ medication.WithholdingMilk }} | Shows the milk withholding period of a restricted veterinary medicine. |
{{ medication.WithholdingMeat }} | Shows the meat withholding period of a restricted veterinary medicine. |
{{ medication.MaxDispenseQuantity }} | Shows the maximum dispense quantity of a restricted veterinary medicine. |
{{ medication.MaxDispenseFrequencyDays }} | Shows the maximum dispense interval of restricted veterinary medicine. |
{{ medication.ActiveIngredient }} | Shows the active ingredient of a restricted veterinary medicine. |
{{ medication.StartDate }} | Shows the start date of the medication. Note: To show a date format with the template variable, enter {{ medication.startDate|date("jS F Y") }} |
{{ medication.EndDate }} | Shows the end date of the medication. Note: To show a date format with the template variable, enter {{ medication.endDate|date("jS F Y") }} |
{{ medication.MedicationProduct }} | Shows the medication product. |
{{ medication.Remaining }} | Shows the remaining quantity to dispense of a restricted veterinary medicine. |
{{ medication.Qty }} | Shows the quantity of dispensed medications. |
{{ medication.ReasonText }} | Shows information about why the prescription was necessary. |
{{ medication.BatchName }} | Shows the batch name of the medication. |
{{ medication.BatchExpiry }} | Shows the the batch expiry date of the medication. |
{{ medication.PrescriptionNumber }} | Shows the number of prescription. |
{{ medication.MedicationProduct.ProductIdentifier }} | Shows the value of the Product Identifier box of a medication’s configuration. |
{{ product.Warning }} | Shows the warning text of a medication. |