|
|
@@ -17,7 +17,6 @@ import dayjs from 'dayjs';
|
|
|
|
|
|
import { fromHealthIndicator, fromHealthReport, type HealthIndicatorItemVO, type HealthIndicatorVO, type HealthReportDTO, type HealthReportVO } from '@/model/health-report.model';
|
|
|
import { type DiagnosisReportDTO, type DiagnosisReportVO, fromDiagnosisReport } from '@/model/diagnosis-report.model';
|
|
|
-import { type FollowUpReportDTO, type FollowUpReportVO, fromFollowUpReport } from '@/model/follow-up-report.model';
|
|
|
|
|
|
|
|
|
export function reportsMethod(patientId: string) {
|
|
|
@@ -307,5 +306,4 @@ export function getPatientDiagnosisReportMethod(id: string | number, patientId?:
|
|
|
},
|
|
|
},
|
|
|
);
|
|
|
-}
|
|
|
}
|