| = h(t('medical_document.parameter')) ?> | = h(t('medical_document.value')) ?> | = h(t('medical_document.reference')) ?> |
|---|---|---|
| = h($result['parameter_name']) ?> | = h((string)$result['value'] . ' ' . ($result['unit'] ?? '')) ?> | = $hasReference ? h(($result['reference_min'] ?? '…') . ' – ' . ($result['reference_max'] ?? '…') . ' ' . ($result['unit'] ?? '')) : '—' ?> |
| Date | Intervention | Structure / vétérinaire | Statut | Coût |
|---|---|---|---|---|
| = h(date('d/m/Y', strtotime($s['surgery_date']))) ?> | = h($s['procedure_name']) ?> = h($s['notes']) ?> |
= h(implode(' · ', array_filter([$s['clinic_name'],$s['veterinarian_name']])) ?: '—') ?> | = h(['completed' => 'Réalisée','planned' => 'Planifiée','cancelled' => 'Annulée'][$s['status']] ?? $s['status']) ?> | = $s['amount_cents'] === null ? '—' : number_format($s['amount_cents'] / 100, 2, ',', ' ') . ' €' ?> |
| = h(t('common.date')) ?> | = h(t('animal.product')) ?> | = h(t('animal.dose')) ?> | = h(t('common.weight')) ?> | = h(t('animal.recorded_by')) ?> |
|---|---|---|---|---|
| = h((new DateTimeImmutable($d['administered_on']))->format('d/m/Y')) ?> | = h($d['medication_name'] ?: t('common.not_provided')) ?> | = h($d['dose_text'] ?: '—') ?> | = $d['weight_kg'] !== null ? h(number_format((float)$d['weight_kg'], 2, ',', ' ')) . ' kg' : '—' ?> | = h($d['actor_name'] ?: '—') ?> |
| = h(t('animal.status')) ?> | = h(t('animal.medication')) ?> | = h(t('animal.route')) ?> | = h(t('animal.dosage')) ?> | = h(t('animal.start')) ?> | = h(t('dashboard.end')) ?> | = h(t('common.notes')) ?> |
|---|---|---|---|---|---|---|
| = h(t($isFinished ? 'animal.finished' : 'animal.ongoing')) ?> |
= h($t['medication_name']) ?>
= h($t['molecule']) ?>= !empty($t['form']) ? (' • ' . h($t['form'])) : '' ?>
|
= $t['route'] ? h($t['route']) : '—' ?> | = h($t['dose_text']) ?> | = h($t['start_date']) ?> | = $t['end_date'] ? h($t['end_date']) : '—' ?> | = $t['notes'] ? h($t['notes']) : '—' ?> |
| = h(t('animal.vaccine')) ?> | = h(t('animal.done_on')) ?> | = h(t('animal.reminder_due')) ?> | = h(t('animal.batch_traceability')) ?> | = h(t('animal.administered_by')) ?> | = h(t('common.notes')) ?> |
|---|---|---|---|---|---|
| = h($v['vaccine_name']) ?> | = h($v['done_date']) ?> | = $v['due_date'] ? h($v['due_date']) : '—' ?> | = h($v['manufacturer']) ?> = $v['lot'] ? h(t('animal.batch')) . ' ' . h($v['lot']) : '—' ?>
= h(t('animal.expires_on', ['date' => date('d/m/Y', strtotime((string)$v['batch_expires_on']))])) ?>
|
= !empty($v['administrator_name']) ? h($v['administrator_name']) : '—' ?> | = $v['notes'] ? h($v['notes']) : '—' ?> |