We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b0fdb2 + 9e1236a commit 634b5abCopy full SHA for 634b5ab
src/portal/CloudHealthOffice.Portal/Services/ServiceImplementations.cs
@@ -1862,14 +1862,14 @@ public async Task<DashboardMetrics> GetDashboardMetricsAsync()
1862
// For now, return sample data
1863
return new DashboardMetrics
1864
{
1865
- TotalClaims = 1247,
1866
- ClaimsTrend = 0.085,
1867
- ApprovalRate = 0.923,
1868
- AvgProcessingTimeMs = 387,
1869
- TotalPayerAmount = 2_847_392.50m,
1870
- ApprovedClaims = 1151,
1871
- DeniedClaims = 96,
1872
- PendingClaims = 23
+ TotalClaims = 2847,
+ ClaimsTrend = 4.2,
+ ApprovalRate = 96.2,
+ AvgProcessingTimeMs = 340,
+ TotalPayerAmount = 1_847_293.00m,
+ ApprovedClaims = 2738,
+ DeniedClaims = 57,
+ PendingClaims = 52
1873
};
1874
}
1875
0 commit comments