surat/frontend/modules/register/views/case-update/non-gyn.php

18 lines
436 B
PHP
Raw Normal View History

2024-12-25 03:04:59 +00:00
<?php
/* @var $this yii\web\View */
use yii\helpers\Html;
$this->title = 'งานลงทะเบียนวิเคราะห์เซลล์ (Non Gyn)';
$this->params['breadcrumbs'][] = $this->title;
?>
<?= $this->render('../case/_form_non_gyn', [
'model' => $model,
2025-01-21 02:56:57 +00:00
'cyto_non_gyn_container' => $cyto_non_gyn_container,
2024-12-25 03:04:59 +00:00
//'patient' => $patient,
//'finance' => $finance,
//'operate' => $operate,
])
?>