Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Jan 8, 2024
1 parent 4f402be commit 0edd773
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 @@ -57,7 +57,7 @@ public IBaseBundle searchEOB(long patientId, OffsetDateTime since, int pageSize,
url.append("&_lastUpdated=ge").append(since);

//AB2D-5892 (Sprint 3)Centene customer support to provide 2 year data
if (contractNum.equals("S4802") || contractNum.equals("Z1001")){
if (contractNum.equals("S4802") || contractNum.equals("Z1001") || contractNum.equals("S3147")){
url.append("&_lastUpdated=le").append(since.plusMonths(1));
}
}
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.1.12'
bfdVersion='2.0.13'
bfdVersion='2.0.14'
aggregatorVersion='1.2.13'
filtersVersion='1.8.7'
eventClientVersion='1.11.10'
Expand Down

0 comments on commit 0edd773

Please sign in to comment.