14 lines
251 B
PHP
14 lines
251 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/* @var $this \yii\web\View */
|
||
|
|
|
||
|
|
$this->title = 'ลงทะเบียนส่งตรวจ Consult';
|
||
|
|
?>
|
||
|
|
|
||
|
|
|
||
|
|
<?=$this->render('_form_cs', [
|
||
|
|
'hospital_import' => $hospital_import,
|
||
|
|
'case_cs' => $case_cs,
|
||
|
|
'finance' => $finance
|
||
|
|
])?>
|