Twig template variables: Clinical record
Name | Classic template system equivalent? | Function |
---|---|---|
{{ consult.TherapeuticOutcomes }} | {ConsultTherapeuticOutcomes} | Shows the content of the Outcome box of therapeutic records of the clinical record.
Note: This variable shows the information in plain text format.
|
{{ consult.Medications.ProductName }} | No | Shows the medication product name of the clinical record. |
{{ consult.TherapeuticSpecifics }} | No | Shows the content of the Specifics box of therapeutic records of the clinical record. |
{{ consult.Caseowner.Name }} | {ConsultVet} | Shows the name of the of the case owner of the clinical record. |
{{ consult.Date|dateformat }} | {ConsultDate} | Shows the date of the clinical record. |