feat: 添加Expo Updates服务端模块和就医资料管理功能
This commit is contained in:
@@ -6,6 +6,7 @@ import { HealthHistory } from './models/health-history.model';
|
||||
import { HealthHistoryItem } from './models/health-history-item.model';
|
||||
import { FamilyGroup } from './models/family-group.model';
|
||||
import { FamilyMember } from './models/family-member.model';
|
||||
import { MedicalRecord } from './models/medical-record.model';
|
||||
|
||||
// User models (for relations)
|
||||
import { User } from '../users/models/user.model';
|
||||
@@ -18,6 +19,7 @@ import { HealthProfilesController } from './health-profiles.controller';
|
||||
import { HealthProfilesService } from './health-profiles.service';
|
||||
import { HealthHistoryService } from './services/health-history.service';
|
||||
import { FamilyHealthService } from './services/family-health.service';
|
||||
import { MedicalRecordsService } from './services/medical-records.service';
|
||||
|
||||
// Modules
|
||||
import { UsersModule } from '../users/users.module';
|
||||
@@ -31,6 +33,8 @@ import { UsersModule } from '../users/users.module';
|
||||
// Family Health
|
||||
FamilyGroup,
|
||||
FamilyMember,
|
||||
// Medical Records
|
||||
MedicalRecord,
|
||||
// User models for relations
|
||||
User,
|
||||
UserProfile,
|
||||
@@ -42,11 +46,13 @@ import { UsersModule } from '../users/users.module';
|
||||
HealthProfilesService,
|
||||
HealthHistoryService,
|
||||
FamilyHealthService,
|
||||
MedicalRecordsService,
|
||||
],
|
||||
exports: [
|
||||
HealthProfilesService,
|
||||
HealthHistoryService,
|
||||
FamilyHealthService,
|
||||
MedicalRecordsService,
|
||||
],
|
||||
})
|
||||
export class HealthProfilesModule {}
|
||||
|
||||
Reference in New Issue
Block a user