Skip to main content

What We’re Building

A patients management app that demonstrates:
  • Adding new patients to directory
  • Searching patients by mobile number
  • Getting patient details by ID
  • Updating patient information

Final product

adding a patient Hero Light Searching for patient with mobile number Hero Light getting more details about a patient Hero Light

Create Next.js App

Install Eka Care SDK

Setting Up Backend Auth

Head to this repo and you will have a deployed live running backend in 1 click.

Building the Patients App

Replace pages/index.js with:

Key SDK Methods Used

  1. Add Patient - Register new patients in the directory
  2. Search Patient - Find patients by mobile number
  3. Get Details - Retrieve complete patient information
  4. Update Details - Modify patient information and address

What We Built

A complete patients management application using the Eka Care SDK where patient operations are handled through simple SDK method calls. Live App and GitHub Repo