Skip to content

Commit

Permalink
feat(ihe): develop to branch
Browse files Browse the repository at this point in the history
Refs: #1667
Signed-off-by: Jonah Kaye <[email protected]>
  • Loading branch information
jonahkaye committed Jun 20, 2024
2 parents 9795f94 + 7d67fb0 commit c93b3a7
Show file tree
Hide file tree
Showing 10 changed files with 269 additions and 103 deletions.
2 changes: 2 additions & 0 deletions packages/api/src/external/commonwell/patient-external-data.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Patient } from "@metriport/core/domain/patient";
import { DiscoveryParams } from "@metriport/core/domain/patient-discovery";
import { out } from "@metriport/core/util/log";
import { executeWithRetriesSafe, MetriportError } from "@metriport/shared";
import dayjs from "dayjs";
import duration from "dayjs/plugin/duration";
Expand Down Expand Up @@ -51,6 +52,7 @@ export async function getPatientWithCWData(
return executeWithRetriesSafe(() => _getPatientWithCWData(patient), {
maxAttempts: maxAttemptsToGetPatientCWData,
initialDelay: waitTimeBetweenAttemptsToGetPatientCWData.asMilliseconds(),
log: out("getPatientWithCWData").log,
});
}

Expand Down
Loading

0 comments on commit c93b3a7

Please sign in to comment.