-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restrict the prescribing of a new dosage if the previous dosage is still within the prescribed duration. #501
Labels
bug and new feature
Something is not working and introduce new capability
Milestone
Comments
Moricembiaji
added
the
bug and new feature
Something is not working and introduce new capability
label
Dec 31, 2024
JohansenCoder
added a commit
to JohansenCoder/iCareConnect
that referenced
this issue
Jan 16, 2025
-Bug Cause Solution Registration Numbers
Pull Request Link |
Alexioscreed
added a commit
to Alexioscreed/iCareConnect
that referenced
this issue
Jan 16, 2025
ElionaRobinson
added a commit
to ElionaRobinson/iCareConnect
that referenced
this issue
Jan 17, 2025
Hello, everyone!
For those who have completed their assignment tasks, please follow these
steps to submit your work:
1.
*Create a Feature Branch*
- Name the branch based on the task you're working on, e.g.,
feature/labnotification.
2.
*Push Your Work*
- Push all your changes to the newly created feature branch.
3.
*Create a Pull Request*
- Create a pull request directed to the account named iamgaspardev for
review of your work.
*Note:*
- Do not push changes to your personal GitHub account.
- Push from the repository you pulled from and ensure the changes are in
the feature branch you created.
Thanks and Regards,
Ramadhani Mbiaji
Health Information System Analyst
UDSM DHIS2 LAB <https://dhis2.udsm.ac.tz/#/home>
College of Information and Communication Technology (CoICT)
Department of Computer Science and Engineering
University of Dar-es-salaam
Mobile Number: *+255 693 012 480*
Useful Links: GitHub <https://github.com/Ramadhani202208>, LinkedIn
<https://www.linkedin.com/in/ramadhani-mbiaji-2881b0ab/>
Website: https://dhis2.udsm.ac.tz
…On Fri, 17 Jan 2025 at 00:19, Mwijage Johansen Apolinary < ***@***.***> wrote:
-Bug Cause
The bug was caused by a missing validation check for null responses.
Solution
I added validation checks and implemented better error handling to address
the issue."
Registration Numbers
1. 2022-04-09686
2. 2022-04-07909
3. 2022-04-10338
4. 2022-04-12685
5. 2022-04-01731
Pull Request Link
#525 <#525>
—
Reply to this email directly, view it on GitHub
<#501 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2TLCLE5MSOZNC5HYGBHIZL2LAO6VAVCNFSM6AAAAABUNW6DJCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJWHEYDQNRWGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
KaReeeeeeeeEM
added a commit
to KaReeeeeeeeEM/iCareConnect
that referenced
this issue
Jan 19, 2025
…e (Issue udsm-dhis2-lab#501) Implemented a check to ensure that a new dosage cannot be prescribed until the previous one has expired. This prevents overmedication or dosage conflicts, promoting patient safety and accurate medication management.
KaReeeeeeeeEM
added a commit
to KaReeeeeeeeEM/iCareConnect
that referenced
this issue
Jan 19, 2025
…e (Issue udsm-dhis2-lab#501) Implemented a check to ensure that a new dosage cannot be prescribed until the previous one has expired. This prevents overmedication or dosage conflicts, promoting patient safety and accurate medication management.
KaReeeeeeeeEM
added a commit
to KaReeeeeeeeEM/iCareConnect
that referenced
this issue
Jan 19, 2025
…e (Issue udsm-dhis2-lab#501) Implemented a check to ensure that a new dosage cannot be prescribed until the previous one has expired. This prevents overmedication or dosage conflicts, promoting patient safety and accurate medication management.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The problem is the ability to prescribe a new dosage while the previous one is still active, which can lead to overmedication or dosage conflicts.
Describe the solution you'd like
This feature is necessary to prevent overmedication or conflicting dosages by ensuring that a new dosage cannot be prescribed until the previous one has expired, promoting patient safety and accurate medication management.
Additional context
The text was updated successfully, but these errors were encountered: