11 lines
258 B
TypeScript
11 lines
258 B
TypeScript
// Health History
|
|
export * from './health-history.model';
|
|
export * from './health-history-item.model';
|
|
|
|
// Family Health
|
|
export * from './family-group.model';
|
|
export * from './family-member.model';
|
|
|
|
// Medical Records
|
|
export * from './medical-record.model';
|