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