-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Immuniazation Resource #3729
Immuniazation Resource #3729
Conversation
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
parent::__construct(self::IMMUNIZATION_TABLE); | ||
$this->uuidRegistery = new UuidRegistry(['table_name' => self::IMMUNIZATION_TABLE]); | ||
$this->uuidRegistery->createMissingUuids(); | ||
(new UuidRegistry(['table_name' => self::PATIENT_TABLE]))->createMissingUuids(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this auto-populating uuid stuff is just too cool every time i see it :)
hi @yashrajbothra , overall the code looks really good. After above issues are addressed and is testing well for you, then just let me know (then I'll bring it into the codebase); and then onto the next resource :) |
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
src/Common/Uuid/UuidRegistry.php
Outdated
* Check if UUID String is Empty | ||
* @return boolean | ||
*/ | ||
public static function isEmptyStringUUID($uuidString) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not Needed as empty()
can be used to check any empty string 👎
hi @yashrajbothra , very nice! bringing this in. thanks for the improvements! -brady |
* New Immunization Resource Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com> * Added UUID to Edit Immu. with isValidUUID() Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com> * Fixed Some Issues Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com> * Added FHIR SEARCH Prameter Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com> * Updated Documentation Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com> * fixes Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com> * Some Fixes Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com> * Fix Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
Upgrading FHIR Immunization Resource with New Standard Endpoints
Changes proposed in this pull request: