Server 103 Commit

This commit is contained in:
Server D3 Linksehat
2024-07-18 16:05:33 +07:00
parent 18732053a1
commit 1bf608b1ed
2380 changed files with 2007 additions and 717 deletions

0
app/Models/OLDLMS/Appointment.php Normal file → Executable file
View File

0
app/Models/OLDLMS/AppointmentDetail.php Normal file → Executable file
View File

0
app/Models/OLDLMS/DoctorRating.php Normal file → Executable file
View File

0
app/Models/OLDLMS/Dokter.php Normal file → Executable file
View File

4
app/Models/OLDLMS/Healthcare.php Normal file → Executable file
View File

@@ -20,6 +20,10 @@ class Healthcare extends Model
protected $primaryKey = 'nID';
public $fillable = [
'sStatus'
];
public function commission()
{
return $this->hasOne(HealthcareCommission::class, 'nIDHealthcare', 'nID')->where('sStatus', 1);

0
app/Models/OLDLMS/HealthcareCommission.php Normal file → Executable file
View File

0
app/Models/OLDLMS/Insurance.php Normal file → Executable file
View File

0
app/Models/OLDLMS/JadwalDokter.php Normal file → Executable file
View File

0
app/Models/OLDLMS/JadwalDokterDay.php Normal file → Executable file
View File

0
app/Models/OLDLMS/Kota.php Normal file → Executable file
View File

0
app/Models/OLDLMS/Livechat.php Normal file → Executable file
View File

0
app/Models/OLDLMS/LivechatSummary.php Normal file → Executable file
View File

0
app/Models/OLDLMS/NotificationToken.php Normal file → Executable file
View File

0
app/Models/OLDLMS/PersonalAccessToken.php Normal file → Executable file
View File

0
app/Models/OLDLMS/Prescription.php Normal file → Executable file
View File

0
app/Models/OLDLMS/PrescriptionItem.php Normal file → Executable file
View File

0
app/Models/OLDLMS/Provinsi.php Normal file → Executable file
View File

0
app/Models/OLDLMS/Speciality.php Normal file → Executable file
View File

0
app/Models/OLDLMS/User.php Normal file → Executable file
View File

0
app/Models/OLDLMS/UserDetail.php Normal file → Executable file
View File

0
app/Models/OLDLMS/UserInsurance.php Normal file → Executable file
View File

0
app/Models/OLDLMS/UserInsuranceDetail.php Normal file → Executable file
View File