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

Support ORU messages with multi-line reports spanning across OBX #86

Merged
merged 31 commits into from
May 11, 2021

Commits on May 10, 2021

  1. Add testclass with main() that reads from a file

    LisaWellman authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    9d4c18c View commit details
    Browse the repository at this point in the history
  2. update test msg to ORU

    LisaWellman authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    03183c1 View commit details
    Browse the repository at this point in the history
  3. change to use files only rather than strings

    LisaWellman authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    90671b9 View commit details
    Browse the repository at this point in the history
  4. Add base64 type.

    lisadier authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    6564f42 View commit details
    Browse the repository at this point in the history
  5. Add attachment for Diagnostic Report

    KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    10b4bc2 View commit details
    Browse the repository at this point in the history
  6. BASE64 complete, corrections to YAMLs

    LisaWellman authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    d946246 View commit details
    Browse the repository at this point in the history
  7. move back to building diagnostic report based on OBR

    KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    aee9406 View commit details
    Browse the repository at this point in the history
  8. Add base64 type.

    lisadier authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    26ca7d9 View commit details
    Browse the repository at this point in the history
  9. Add check for ID in OBX

    LisaWellman authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    35c9772 View commit details
    Browse the repository at this point in the history
  10. add language to attachment

    LisaWellman authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    93d208d View commit details
    Browse the repository at this point in the history
  11. add asterisk support in message

    LisaWellman authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    7f6d30d View commit details
    Browse the repository at this point in the history
  12. Clean up diagnostic report yaml

    KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    133930f View commit details
    Browse the repository at this point in the history
  13. Added comments

    lisadier authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    443a975 View commit details
    Browse the repository at this point in the history
  14. Preserve blank lines in reports sent via multiple OBX

    LisaWellman authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    80636cf View commit details
    Browse the repository at this point in the history
  15. add tests

    KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    de4e7d1 View commit details
    Browse the repository at this point in the history
  16. Added message header verification test

    lisadier authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    1e5b429 View commit details
    Browse the repository at this point in the history
  17. Fix anchor links in documentation

    lisadier authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    88a4372 View commit details
    Browse the repository at this point in the history
  18. test clean up

    KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    7b9a567 View commit details
    Browse the repository at this point in the history
  19. Control preserving blank lines via configuration ('&' char)

    LisaWellman authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    f11dc0f View commit details
    Browse the repository at this point in the history
  20. Common function for processing expression modifiers

    lisadier authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    45c76b8 View commit details
    Browse the repository at this point in the history
  21. Common function for processing expression modifiers

    lisadier authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    6f2029e View commit details
    Browse the repository at this point in the history
  22. Common function for processing expression modifiers

    lisadier authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    8713388 View commit details
    Browse the repository at this point in the history
  23. Common function for processing expression modifiers - fix tests for a…

    …sterisk
    lisadier authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    abfad85 View commit details
    Browse the repository at this point in the history
  24. doc updates around &

    KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    fe270b5 View commit details
    Browse the repository at this point in the history
  25. fix typo

    KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    706babd View commit details
    Browse the repository at this point in the history
  26. code review comments

    KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    8857f3b View commit details
    Browse the repository at this point in the history
  27. Remove unnecessary files

    lisadier authored and KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    543acbe View commit details
    Browse the repository at this point in the history
  28. Update to use parameter not hardcoded value

    KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    da4d94c View commit details
    Browse the repository at this point in the history
  29. Added clarifying comments to diagnostic report yaml

    KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    e6ab635 View commit details
    Browse the repository at this point in the history
  30. Addressed code review comments

    KATHRYN L WHALEY committed May 10, 2021
    Configuration menu
    Copy the full SHA
    e6b6e05 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #27 from lisadier/codereview_0510

    Addressed code review comments
    klwhaley authored May 10, 2021
    Configuration menu
    Copy the full SHA
    d53e95b View commit details
    Browse the repository at this point in the history