Issue546AddQRFlagForToshImages

Merged
#122 · Created  · Last updated

Merged pull request

Merged in issue546AddQRFlagForToshImages (pull request #122)

3985488·Author: ·Closed by: ·2017-10-21

Description

  • Removing more redundant arguments from issue ref #528 before new code created for ref #546. Might need to update tests.

  • Updated tests for removed args from fake function. Refs #528, #546

  • Deduplicating and preparing to create a method for getting Toshiba images ref #546.

  • More prep ref #546, plus replacing set with literal...

  • Adding a flag for tosh images. Refs #546

  • First pass at a solution for @dplatten and ref #480. Need to work out how to test it. Refs #546

  • Added to web interface under advanced. Initial testing works. Need better sample data. Refs #546

  • Updated qr code. Now retrieves Toshiba dose summary images. Retreval of series didn't work. References issue #546

  • Try this @dplatten. d.SOPInstanceUID was not being removed when going from image level to series level retrieve, so was looking for object that didn't exist. Refs #546

  • Added break such that when looking for image SOP Class UID for a series only the first image is queried. Massive speedup for this circumstance! Refs #546

  • Removed break from generator for loop, added specifying instance number instead. Left in msg_id index increment though it is probably of no significance. Refs #546

  • Added continue when no images are returned to prevent execution of the rest of the code in the for loop. Without this, the next line causes an IndexError because images[0] does not exist. References issue #546

0 attachments

0 comments

Loading commits...