-
Notifications
You must be signed in to change notification settings - Fork 1
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
Link encounter with task #93
Conversation
@BuchiNy test the PR again with the changes that Comfort made, and just comment with Task ids that have the new reference set |
@sevenreup : Task/ab8d9b68-0276-458a-a2ec-df134c07f7fc |
extras.forEach { resource -> | ||
if (resource is Encounter) { | ||
val taskReference = backReference.asReference(ResourceType.Task).extractId() | ||
val taskID = taskReference |
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 can be one line, why are we creating a taskReference and the taskID?
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.
alright noted
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.
@sevenreup changes made
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #[issue number]
Checklist
strings.xml
file./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the project's style guide