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

BFD-3665 #2512

Draft
wants to merge 7 commits into
base: feature/samhsa2.0
Choose a base branch
from
Draft

BFD-3665 #2512

wants to merge 7 commits into from

Conversation

MahiFentaye
Copy link
Contributor

BFD-3665 first draft at getting security tags for claim

JIRA Ticket:
BFD-XXXX

What Does This PR Do?

Replace me.

What Should Reviewers Watch For?

If you're reviewing this PR, please check for these things in particular:

What Security Implications Does This PR Have?

Please indicate if this PR does any of the following:

  • Adds any new software dependencies

  • Modifies any security controls

  • Adds new transmission or storage of data

  • Any other changes that could possibly affect security?

  • I have considered the above security implications as it relates to this PR. (If one or more of the above apply, it cannot be merged without the ISSO or team security engineer's (@sb-benohe) approval.)

Validation

Have you fully verified and tested these changes? Is the acceptance criteria met? Please provide reproducible testing instructions, code snippets, or screenshots as applicable.

BFD-3665 getting security tags for claim
adding to the response claim, claimResponse, EOB V1
BFD-3665 getting security tags for claim
adding to the response claim, claimResponse, EOB V1
Set<String> tagCodes = new HashSet<>();

String sql;
if (FissTag.class.equals(tagClass) || McsTag.class.equals(tagClass)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the conditional here? These branches look identical.

BFD-3665 moving security tag check  to before building transformClaim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants