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.
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
Eliminate warnings for missing fields #1656
Eliminate warnings for missing fields #1656
Changes from 12 commits
19227c0
6d45952
3caa95d
f2847d8
cc3aa10
fda6397
c8f5801
717e1e1
b6748a0
8faf0f4
f074b67
279d566
f37495e
a37b7be
d9712ee
fb08b0b
982a50b
48248c6
4ad09d2
6ea8d86
aafe5eb
8a85d61
28d5ee9
5174441
d6bbf8f
0710b70
f2c0f59
6be3152
e626b0e
cc2b9d6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Can lines 20 to 24 be extracted to
HapiHelper.setPID3_4Value
?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.
Refactored.
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.
I just want to confirm that RS is not adding a value in
PID-5.7
if we completely remove it instead of setting it to nullThere 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.
Correct. We noted the same behavior as the old comments indicated initially. We also need to null patient name
use
so ReportStream doesn't do a secondary mapping. I went ahead and added a link in the PR description to some comments in the task.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.
Would it be useful to have
getObr16Extension
and some of the functions in this test inHapiHelper
to be reused?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.
Refactored the OBR-16 and ORC-12 methods into HapiHelper