Skip to content

Commit

Permalink
Merge pull request #1375 from CMSgov/feature/QPPSE-910_MVP-Subgroup-S…
Browse files Browse the repository at this point in the history
…ubmissions

QPPSE-910: MVP & Subgroup Additional Fix
  • Loading branch information
saquino0827 authored Oct 12, 2023
2 parents 2201a97 + 55cb41b commit b0c26f9
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ private void setCehrtOnNode(Element element, Node thisNode) {
setOnNode(element, getXpath(CEHRT), consumer, Filters.attribute(), false);
}

private void setMvpIdOnNode(Element element, Node thisNode) {
Consumer<? super Attribute> consumer = p -> thisNode.putValue(MVP_ID, p.getValue());
setOnNode(element, getXpath(MVP_ID), consumer, Filters.attribute(), true);
}

/**
* Sets a specific value as an element on the Node class decoder
* @param element current xml element to find the value via xpath
Expand Down

0 comments on commit b0c26f9

Please sign in to comment.