This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Add friendlyId
for Patients
#1799
Labels
🚀enhancement
an issue/pull request that adds a feature to the application
patients
issue/pull request that interacts with patients module
Milestone
Scenario
AS
A user with read/write access to patients
I WANT
the ability to see a "friendlyId" for the patient
SO THAT
I have an easier way to refer to patients
Acceptance Criteria
GIVEN
The user has write access to a patient
WHEN
The user clicks on the create new patient button
THEN
A friendly id gets generated for the patient based on the maximum friendly id that currently exists in the database.
AND
The friendly id is in the format
PXXXXX
whereXXXXX
is a incremented sequence of numbers and padded by zeros if less than 10000.Related Issues
HospitalRun/hospitalrun-frontend#1671
Technical Notes
The text was updated successfully, but these errors were encountered: