feat(collection-by-doctor) - fixed query
This commit is contained in:
@@ -15,17 +15,4 @@ export interface GetPatientBalancesResult {
|
||||
totalCount: number;
|
||||
nextCursor: string | null;
|
||||
hasMore: boolean;
|
||||
}
|
||||
|
||||
export interface DoctorBalancesAndSummary {
|
||||
balances: PatientBalanceRow[];
|
||||
totalCount: number;
|
||||
nextCursor: string | null;
|
||||
hasMore: boolean;
|
||||
summary: {
|
||||
totalPatients: number;
|
||||
totalOutstanding: number;
|
||||
totalCollected: number;
|
||||
patientsWithBalance: number;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user