update create e-prescription

This commit is contained in:
2024-04-30 10:11:11 +07:00
parent 2c4fe723dc
commit 8aa67c1864
19 changed files with 2234 additions and 28 deletions

View File

@@ -10,6 +10,20 @@ class Prescription extends Model
{
use HasFactory;
protected $fillable = [
'nIDLivechat',
'nIDLivechatSummary',
'nIDDokter',
'sDokterName',
'dTanggalResep',
'sSource',
'nIDUser',
'sRegID',
'sKodeResep',
'sDiagnose',
'sKodeRS',
];
// public $sStatusNames = [
// 0 => 'Menunggu Konfirmasi',