-
Notifications
You must be signed in to change notification settings - Fork 4
NRL-1076 add integration and unit tests for accession number #771
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
NRL-1076 add integration and unit tests for accession number #771
Conversation
…er and error message fix
|
💥 Something went wrong while building the pull request environment. |
|
🚀 PR environment successfully deployed. |
| When consumer 'RX898' searches for DocumentReferences with parameters: | ||
| | parameter | value | | ||
| | subject | 9278693472 | | ||
| | type | http://snomed.info/sct\|887701000000100 | |
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 might not be doing what you expect it to do. See:
NRLF/tests/features/utils/data.py
Line 66 in 309c88a
| if type_code := items.get("type"): |
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'm searching for pointers with that type as a parameter thats got nothing to do with creating a pointer of a certain type?
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.
True, it's a search, ignore me
| When consumer 'RX898' searches for DocumentReferences using POST with request body: | ||
| | key | value | | ||
| | subject | 9278693472 | | ||
| | type | http://snomed.info/sct\|887701000000100 | |
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.
Same as above, see:
NRLF/tests/features/utils/data.py
Line 66 in 309c88a
| if type_code := items.get("type"): |
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.
yeah its a parameter for the search request not creating a pointer
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.
True, it's a search, ignore me
|
🚀 PR environment successfully deployed. |
|
🚀 PR environment successfully deployed. |
|
🚀 PR environment successfully deployed. |
| When consumer 'RX898' searches for DocumentReferences with parameters: | ||
| | parameter | value | | ||
| | subject | 9278693472 | | ||
| | type | http://snomed.info/sct\|887701000000100 | |
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.
True, it's a search, ignore me
| When consumer 'RX898' searches for DocumentReferences using POST with request body: | ||
| | key | value | | ||
| | subject | 9278693472 | | ||
| | type | http://snomed.info/sct\|887701000000100 | |
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.
True, it's a search, ignore me
|
🚀 PR environment successfully deployed. |
NRL-1076-IdentifyLinkedStudiesAndReports
|
🚀 PR environment successfully deployed. |
NRL-1076-IdentifyLinkedStudiesAndReports
|
|
🚀 PR environment successfully deployed. |



…er and error message fix