nothing
This commit is contained in:
@@ -14,6 +14,12 @@ class MedicalHistorySnapshot extends Model
|
||||
'patient_type',
|
||||
];
|
||||
|
||||
/**
|
||||
* Типы пациентов
|
||||
*/
|
||||
const PATIENT_TYPE_DISCHARGED = 'discharged'; // Выписанные
|
||||
const PATIENT_TYPE_CURRENT = 'current'; // Текущие
|
||||
|
||||
public function report()
|
||||
{
|
||||
return $this->belongsTo(Report::class, 'rf_report_id');
|
||||
|
||||
Reference in New Issue
Block a user