Skip to content

Commit

Permalink
Ab2 d 6167/humana script 2 (#402)
Browse files Browse the repository at this point in the history
* wip

* AB2D-6167/Humana custom script

* AB2D-6167/Humana custom script
  • Loading branch information
smirnovaae authored Jul 5, 2024
1 parent b95d364 commit 50f2e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public IBaseBundle searchEOB(long patientId, OffsetDateTime since, int pageSize,
}
//AB2D-6167 Create customized script for Humana
if (contractNum.equals("S5884")) {
url.append("&_lastUpdated=le").append(since.plusMonths(4));
url.append("&_lastUpdated=le").append(since.plusMonths(2));
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {

// AB2D libraries
fhirVersion='1.2.6'
bfdVersion='2.2.1'
bfdVersion='2.2.2'
aggregatorVersion='1.3.4'
filtersVersion='1.9.4'
eventClientVersion='1.12.8'
Expand Down

0 comments on commit 50f2e43

Please sign in to comment.