Merge remote-tracking branch 'refs/remotes/origin/staging' into staging

This commit is contained in:
kevin
2023-07-04 09:42:37 +07:00
1905 changed files with 550 additions and 13 deletions

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

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

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

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

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

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

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

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

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

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

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

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

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

1
app/Models/Corporate.php Executable file → Normal file
View File

@@ -23,6 +23,7 @@ class Corporate extends Model
'help_text',
'active',
'linking_rules',
'automatic_linking'
];
protected $casts = [

3
app/Models/CorporateBenefit.php Executable file → Normal file
View File

@@ -69,6 +69,7 @@ class CorporateBenefit extends Model
'show_benefit_item',
'show_benefit_value',
'active',
'limit_free_tc',
'reason'
];
@@ -127,6 +128,7 @@ class CorporateBenefit extends Model
"Prorate Lookup" => 'prorate_lookup',
"Max Days for Disability" => 'max_days_for_disability',
"Max Periode of Disability" => 'max_period_for_disability',
"Limit Free TC" => 'limit_free_tc',
"Currency" => 'currency',
"Show Benefit Item" => 'show_benefit_item',
"Show Benefit Value" => 'show_benefit_value',
@@ -187,6 +189,7 @@ class CorporateBenefit extends Model
"Prorate Lookup",
"Max Days for Disability",
"Max Periode of Disability",
"Limit Free TC",
"Currency",
"Show Benefit Item",
"Show Benefit Value",

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1
app/Models/Plan.php Executable file → Normal file
View File

@@ -224,6 +224,7 @@ class Plan extends Model
return $this->belongsTo(CorporatePlan::class);
}
// public function Corporate()
// {
// return $this->belongsTo(Corporate::class);

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

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

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

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

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

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

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

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

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

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

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

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

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