-
Notifications
You must be signed in to change notification settings - Fork 2
Manifest button and object_id edits #994
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
base: master
Are you sure you want to change the base?
Conversation
Adding a "download manifest" button to the page as well as adding "object_id" to the radiology report explorer.
cgmeyer
left a comment
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 believe under the "guppyConfig" section of the Radiology Reports tab explorer config, we need a "manifestMapping" section for this download-manifest button to work. I'm not totally sure on the format here, but something like this might work? I will ask a dev to review:
"manifestMapping": {
"resourceIndexType": "radiology_report",
"resourceIdField": "object_id",
"referenceIdFieldInResourceIndex": "_radiology_report_id",
"referenceIdFieldInDataIndex": "_radiology_report_id",
"useFilterForCounts": false
},
Please find the detailed integration test report here Please find the Github Action logs here |
Please find the detailed integration test report here Please find the Github Action logs here |
Please find the detailed integration test report here Please find the Github Action logs here |
Please find the detailed integration test report here Please find the Github Action logs here |
Please find the detailed integration test report here Please find the Github Action logs here |
Please find the detailed integration test report here Please find the Github Action logs here |
Please find the detailed integration test report here Please find the Github Action logs here |
Please find the detailed integration test report here Please find the Github Action logs here |
Please find the detailed integration test report here Please find the Github Action logs here |
Please find the detailed integration test report here Please find the Github Action logs here |
Adding a "download manifest" button to the page as well as adding "object_id" to the radiology report explorer.
Link to Jira ticket if there is one:
https://ctds-planx.atlassian.net/browse/MIDRC-1182