转接方分账
This commit is contained in:
@@ -57,6 +57,11 @@ class Register extends \common\modelsgii\oldDb\Register
|
||||
public function getPrescription(){
|
||||
return $this->hasMany(Prescription::class, ['register_id' => 'id']);
|
||||
}
|
||||
//转诊记录
|
||||
public function getTransferPrescription()
|
||||
{
|
||||
return $this->hasOne(TransferPrescription::class, ['id' => 'transfer_prescription_id']);
|
||||
}
|
||||
//健康信息
|
||||
public function getHealthInquery()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user