Skip to content

Commit

Permalink
fix: add CSV validations in FHIR data quality tech-by-design#963
Browse files Browse the repository at this point in the history
  • Loading branch information
megin1989 committed Dec 31, 2024
1 parent 20ac06b commit 9a1ba9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified hub-prime/lib/techbd-udi-jooq-ingress.auto.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,7 @@ BEGIN
) RETURNING sat_interaction_fhir_request_id INTO v_return; -- Return the generated UUID

IF (v_return IS NOT NULL) THEN
IF(uri='/Bundle' OR uri='/Bundle/') THEN
IF(uri='/Bundle' OR uri='/Bundle/' OR uri='/flatfile/csv/Bundle' OR uri='/flatfile/csv/Bundle/') THEN
CALL techbd_udi_ingress.insert_fhir_session_diagnostic(
hub_interaction_id,
tenant_id,
Expand Down

0 comments on commit 9a1ba9f

Please sign in to comment.