-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Patient ID can be made the same #572
Comments
I'll see if I can tackle this. Would it be acceptable to just make an API request when the Id field is changed to check if it has already been used? |
Thanks @JSchneidler ! If you look at app/mixins/patient-id, there is code there that generates this id on a new record via the |
@JSchneidler are you able to look at this issue? If you are, I'd like to assign it to you. Otherwise, we'll assign it to someone else. Please, let us know if you're able to work on it. |
Is this assigned? I don't see anyone assigned yet. I am looking into it now. |
is this one assigned? I would like to work on this. |
@yasirunilan @gnowoel is working on this one. |
@jkleinsc Shouldn't they be assigned to this? I am looking for a Hackathon story to pick up. Or can we work on this as a trio? |
@mdarmani I can't assign issues to outside contributors, so our workflow for issues is to remove the help wanted tag once someone starts working on it, so if you are looking for something to work on, take a look at the help wanted issues: |
@jkleinsc Right thanks for the reply. Is this software currently being used by Cure International in Dubai? Is it ready to use? Seems like more development is necessary. |
@mdarmani This software is currently being used by some CURE International Hospitals, but not the one in the UAE. As far as ready to use, from our perspective, we are trying to get to a 1.0 by the end of the year, which we would consider in a state for general use. You can use it as is right now, but we are actively adding new features. |
Expected behavior:
The Patient ID should be completely unique to the patient. Although the database has its own unique id for each patient and the patient ID is just a user-friendly one, it should still be completely unique to avoid mixing up patients.
Actual behavior:
When making a new patient the Patient ID can be edited to a patient ID that already exists.
Steps to reproduce:
Screenshots (if applicable):
OS and Browser:
OS - Windows 10
Browser - Version 51.0.2704.103 m
The text was updated successfully, but these errors were encountered: