From 5bbf943d60e6a9410f88013fa3f3342c2c1a087d Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Mon, 13 Apr 2026 10:59:18 +0000
Subject: [PATCH] =?UTF-8?q?Add=20changelog=20entries=20for=20April=209?=
=?UTF-8?q?=E2=80=9313:=20EMR,=20EkaAgents,=20and=20SDK=20updates?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Generated-By: mintlify-agent
---
changelog.mdx | 26 ++++++++++++++++++++++++++
ekaagents-changelog.mdx | 18 +++++++++++++++++-
emr-changelog.mdx | 26 +++++++++++++++++++++++++-
weeklyupdates.mdx | 26 ++++++++++++++++++++++++++
4 files changed, 94 insertions(+), 2 deletions(-)
diff --git a/changelog.mdx b/changelog.mdx
index 5695a19..5c7b95e 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -7,6 +7,32 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';
+
+
+## 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.
+
+
+
\ No newline at end of file
+
+
+
+
+## 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)
+
+
\ No newline at end of file
diff --git a/emr-changelog.mdx b/emr-changelog.mdx
index 2872a8c..1f9853f 100644
--- a/emr-changelog.mdx
+++ b/emr-changelog.mdx
@@ -5,4 +5,28 @@ description: "Updates and improvements to the Eka EMR platform — patient recor
import { SubscribeForm } from '/snippets/subscribe-form.jsx';
-
\ No newline at end of file
+
+
+
+
+## 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.
+
+
\ No newline at end of file
diff --git a/weeklyupdates.mdx b/weeklyupdates.mdx
index fbd5c96..2812b55 100644
--- a/weeklyupdates.mdx
+++ b/weeklyupdates.mdx
@@ -7,6 +7,32 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';
+
+
+## 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.
+
+
+