Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />

<Update
label="April 13, 2026"
description="April 9–13"
tags={["Update", "Fix"]}
rss={{
title: "Eka Developer Platform — April 9–13, 2026",
description: "• IPD billing PDFs now show Total Paid and Amount Due labels\n\n• OPD slips display tags and increased token font size\n\n• Echo Agent Kit handles empty prompt variables\n\n• Medical Records Android SDK validates oversized images and resolves PDFs off the main thread\n\n• Health Records Android SDK handles missing files during record processing\n\nRead more: https://developer.eka.care/changelog"
}}
>

## Improved

- **IPD billing PDF layout** — The pricing summary in IPD billing PDFs now displays Total Paid and Amount Due/Overpaid labels, replacing the previous single "Amount to be paid" line for clearer printed output. [View docs](/integrations/core-emr/payments)

- **OPD slip enhancements** — OPD slips now print tags and additional data fields, and the token number font size has been increased for better readability at the front desk.

- **Echo Agent Kit** — Empty prompt variables are now handled gracefully, preventing errors when prompt templates contain optional or unfilled placeholders. [View docs](/ai-tools/agent-kit/tools)

- **Medical Records Android SDK** — Oversized images are now validated before upload with a clear user alert, and PDF URI resolution has been moved to a background thread to prevent main-thread crashes.

## Fixed

- **Health Records Android SDK** — Missing files during record processing are now handled gracefully instead of causing crashes, with improved error handling in MD5 checksum generation.

</Update>

<Update
label="April 13, 2026"
description="Week of April 8–13"
Expand Down
18 changes: 17 additions & 1 deletion ekaagents-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,20 @@ description: "Updates and improvements to EkaAgents — MCP Server, Echo Agent K

import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />
<SubscribeForm />

<Update
label="April 13, 2026"
description="April 9–13"
tags={["Update"]}
rss={{
title: "EkaAgents — April 9–13, 2026",
description: "• Echo Agent Kit handles empty prompt variables gracefully\n\nRead more: https://developer.eka.care/ekaagents-changelog"
}}
>

## Improved

- **Echo Agent Kit** — Empty prompt variables are now handled gracefully, preventing errors when prompt templates contain optional or unfilled placeholders. [View docs](/ai-tools/agent-kit/tools)

</Update>
26 changes: 25 additions & 1 deletion emr-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,28 @@ description: "Updates and improvements to the Eka EMR platform — patient recor

import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />
<SubscribeForm />

<Update
label="April 13, 2026"
description="April 9–13"
tags={["Update", "Fix"]}
rss={{
title: "EMR — April 9–13, 2026",
description: "• IPD billing PDFs now show Total Paid and Amount Due labels\n\n• OPD slips display tags and increased token font size\n\n• Medical Records Android SDK validates oversized images and resolves PDFs off the main thread\n\n• Health Records Android SDK handles missing files during record processing\n\nRead more: https://developer.eka.care/emr-changelog"
}}
>

## Improved

- **IPD billing PDF layout** — The pricing summary in IPD billing PDFs now displays Total Paid and Amount Due/Overpaid labels, replacing the previous single "Amount to be paid" line for clearer printed output. [View docs](/integrations/core-emr/payments)

- **OPD slip enhancements** — OPD slips now print tags and additional data fields, and the token number font size has been increased for better readability at the front desk.

- **Medical Records Android SDK** — Oversized images are now validated before upload with a clear user alert, and PDF URI resolution has been moved to a background thread to prevent main-thread crashes.

## Fixed

- **Health Records Android SDK** — Missing files during record processing are now handled gracefully instead of causing crashes, with improved error handling in MD5 checksum generation.

</Update>
26 changes: 26 additions & 0 deletions weeklyupdates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />

<Update
label="Week of April 7, 2026"
description="Week of April 7 – April 13"
tags={["Update", "Fix"]}
rss={{
title: "Eka Weekly Update — Week of April 7 – April 13, 2026",
description: "• IPD billing PDFs now show clearer payment breakdowns\n\n• OPD slips display more patient information and larger token numbers\n\n• Medical records upload now catches oversized images before they cause problems\n\n• Health records processing is more reliable when files go missing\n\nRead more: https://developer.eka.care/weeklyupdates"
}}
>

## Updates

- **IPD billing printouts improved** — Printed IPD billing PDFs now clearly show how much has been paid and how much is due, making it easier for billing staff to review at a glance. [View docs](/integrations/core-emr/payments)

- **OPD slips show more detail** — OPD slips now include tags and other patient data, and the token number is printed larger so it is easier to read at the front desk.

- **EkaScribe documentation revamped** — The EkaScribe docs now include a Quick Start guide, reordered integration methods with SDKs recommended first, and improved sidebar navigation. [View docs](/api-reference/health-ai/ekascribe/quick-start)

## Bug fixes

- **Medical records upload** — Uploading very large images no longer causes the app to freeze. You now get a clear message if an image is too large.

- **Health records processing** — Record processing no longer fails when a file goes missing mid-upload.

</Update>

<Update
label="Week of March 31, 2026"
description="Weekly Update Summary"
Expand Down