feat: add DocumentReference, SnapshotImage, PatientIdentificationCard, and related models#1481
Merged
beaugunderson merged 11 commits intomainfrom Mar 11, 2026
Merged
feat: add DocumentReference, SnapshotImage, PatientIdentificationCard, and related models#1481beaugunderson merged 11 commits intomainfrom
beaugunderson merged 11 commits intomainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1481 +/- ##
==========================================
+ Coverage 93.57% 93.60% +0.03%
==========================================
Files 487 489 +2
Lines 21855 21985 +130
Branches 1014 1019 +5
==========================================
+ Hits 20450 20579 +129
- Misses 1252 1253 +1
Partials 153 153
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
91b60c0 to
229d7ec
Compare
f6d92a1 to
41b2745
Compare
41b2745 to
2d89328
Compare
The foreign package check requires the first segment of the handler class path to match the plugin directory name. Without the prefix, the handler was silently skipped, causing a 404 on /uat.
Default authenticate() returns False, denying all requests.
Cover the *_url properties on DocumentReference, SnapshotImage, MessageAttachment, and PatientIdentificationCard to fix patch coverage gaps.
nmpsilva
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://canvasmedical.atlassian.net/browse/KOALA-1979
https://canvasmedical.atlassian.net/browse/KOALA-3759
DocumentReference,SnapshotImage,PatientIdentificationCard) andMessageAttachmentall now expose presigned URLs viadocument_url,image_url, andfile_urlproperties.DocumentReference(withDocumentReferenceCategory,DocumentReferenceCoding,DocumentReferenceStatus),Snapshot,SnapshotImage, andPatientIdentificationCardpresigned_urlutility incanvas_sdk.v1.data.utilsthat generates S3 presigned URLs using AWS SigV4 without requiringboto3