Skip to content
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

Add a separate queue for querying PACS #503

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    dd9a5b7 View commit details
    Browse the repository at this point in the history
  2. Add a secondary imaging queue for querying pacs

    Also add a PixlOutOfHoursError that is raised by the pacs queue when out of hours
    p-j-smith committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    94a1bab View commit details
    Browse the repository at this point in the history
  3. IF a study is not found in the primary archive, rase a PixlStudyNotIn…

    …PrimaryArchiveError error
    
    The consumer then sends the message to the secondary imaging queue.
    Only process messages in the secondary imaging queue outside of working hours. During working hours, re-queue the message
    p-j-smith committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    060b835 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    fbac1ac View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    4742b79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f08d63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a15f29 View commit details
    Browse the repository at this point in the history
  4. Use info level logging when rejecting message from imaging-primary be…

    …cuase the study is not in the VNA
    p-j-smith committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    33a9514 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f27126 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6531e4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40c725d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7e9d9c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8984709 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    db389f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59bc5c3 View commit details
    Browse the repository at this point in the history