call(AccountTypesTableSeeder::class); $this->call(AgeGroupsTableSeeder::class); $this->call(AnaesthesiaAirwaysTableSeeder::class); $this->call(AnaesthesiaEttsTableSeeder::class); $this->call(AnaesthesiaInductionsTableSeeder::class); $this->call(AnaestheticAgentsTableSeeder::class); $this->call(AnaestheticTechniquesTableSeeder::class); $this->call(AnalgesicsTableSeeder::class); $this->call(AnteNatalClinicAccuraciesTableSeeder::class); $this->call(AnteNatalClinicEngagementsTableSeeder::class); $this->call(AnteNatalClinicLiesTableSeeder::class); $this->call(AnteNatalClinicOutcomesTableSeeder::class); $this->call(AnteNatalClinicPositionTableSeeder::class); $this->call(AnteNatalClinicPresentationTableSeeder::class); $this->call(BloodGroupsSeeder::class); $this->call(ChartOfAccountsTableSeeder::class); //$this->call(ClinicsSeeder::class); $this->call(CountiesSeeder::class); $this->call(DebtPlanArrangementsTableSeeder::class); $this->call(DiagnosesTableSeeder::class); $this->call(DistrictsTableSeeder::class); $this->call(DosageFrequenciesClassTableSeeder::class); $this->call(DrugCategoriesTableSeeder::class); $this->call(DrugFormsTableSeeder::class); //$this->call(DrugsTableSeeder::class); $this->call(DrugUnitsTableSeeder::class); $this->call(FamilyPlanningMethodsTableSeeder::class); $this->call(FamilyRelationshipsTableSeeder::class); $this->call(HeartRegularitiesTableSeeder::class); $this->call(HmisCategoriesTableSeeder::class); //$this->call(HospitalInformationTableSeeder::class); $this->call(InvestigationCategoriesTableSeeder::class); //$this->call(InvestigationSeeder::class); $this->call(IvFluidsTableSeeder::class); $this->call(LicenceCouncilsSeeder::class); $this->call(LocationOfDeliveryTableSeeder::class); $this->call(MaritalStatusSeeder::class); $this->call(MaternityProgressTableSeeder::class); $this->call(MessageBoardTableSeeder::class); $this->call(ModeOfDeliveryTableSeeder::class); $this->call(MuscleRelaxantsTableSeeder::class); $this->call(NeedleTypesTableSeeder::class); $this->call(ObservationsTableSeeder::class); $this->call(OccupationsTableSeeder::class); $this->call(OutcomesTableSeeder::class); $this->call(ParishesSeeder::class); $this->call(PatientCategorySeeder::class); $this->call(PatientsTableSeeder::class); $this->call(PayrollDefaultsSeeder::class); $this->call(PermissionTableSeeder::class); $this->call(ProcedureCategoriesTableSeeder::class); //$this->call(ProceduresTableSeeder::class); $this->call(QuotationTypesTableSeeder::class); $this->call(ReferralHospitalsSeeder::class); $this->call(ReligionsTableSeeder::class); $this->call(ResourceCategoriesTableSeeder::class); $this->call(ResourcesTableSeeder::class); $this->call(RolesTableSeeder::class); //$this->call(ServicesTableSeeder::class); $this->call(SpecialitiesTableSeeder::class); $this->call(SpontaneousRegularRespirationInMinuteTableSeeder::class); $this->call(StaffPositionsSeeder::class); $this->call(SubcountiesSeeder::class); //$this->call(SundriesTableSeeder::class); $this->call(SuppliersTableSeeder::class); $this->call(SymptomsSeeder::class); $this->call(UnitOfMeasureTableSeeder::class); $this->call(UsersTableSeeder::class); $this->call(VillagesSeeder::class); //$this->call(WardsTableSeeder::class); $this->call(PermissionsCategoryTableSeeder::class); $this->call(FinancePointTagTableSeeder::class); $this->call(PaymentItemsTableSeeder::class); // the seeders below are created for testing purposes only and should not be on the production server $this->call(DiscountCategoriesTableSeeder::class); $this->call(DonorsTableSeeder::class); $this->call(PatientDiscountsTableSeeder::class); $this->call(PremiumsTableSeeder::class); $this->call(InsuranceGroupsTableSeeder::class); $this->call(InsuranceMembersTableSeeder::class); $this->call(HeadsofFamilyTableSeeder::class); // end of those testing purposes $this->call(DentalsTableSeeder::class); $this->call(RadiologiesTableSeeder::class); $this->call(LabsTableSeeder::class); $this->call(SecurityQuestionsTableSeeder::class); $this->call(CareEntryPointsTableSeeder::class); $this->call(ArtCardFamilyPlanningMethodsTableSeeder::class); $this->call(TuberclosisStatusTableSeeder::class); $this->call(ArtPotentialSideEffectsTableSeeder::class); $this->call(ArtOiTableSeeder::class); $this->call(NutritionTableSeeder::class); $this->call(ArvAdherenceReasonTableSeeder::class); $this->call(TheatreLocationsTableSeeder::class); $this->call(CountriesTableSeeder::class); $this->call(GeneralSettingsSeeder::class); $this->call(LaboratorySpecimenTableSeeder::class); $this->call(InvestigationSuperCategoriesSeeder::class); $this->call(SpecializedInvestigationVariablesSeeder::class); $this->call(HmisInvestigationCategoriesInpatientTableSeeder::class); $this->call(PasswordExpirationForExistingUsersSeeder::class); $this->call(AccountTypeTableUpdateSeeder::class); $this->call(DefaultBedCategoryIncomeAccount::class); $this->call(VolatileLiquidAnaestheticsTableSeeder::class); $this->call(AnaesthesiaTypesSeeder::class); $this->call(ChartOfAccountSlugTableSeeder::class); $this->call(PersonTitlesTableSeeder::class); $this->call(HmisWardSeeder::class); } }