CDCgov / dibbs-query-connector

A FHIR client allowing public health agencies to query health care organizations directly or via a TEFCA QHIN
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

Add integration test for the `insertQuery` function #95

Open fzhao99 opened 1 month ago

fzhao99 commented 1 month ago

Description:

As it says on the tin. See this PR comment for context

Acceptance Criteria:

GIVEN a mock query insertion is fed to the insert function

WHEN a query insertion is called with associated valuesets and conditions

THEN we should have a new entry in the query table that also has associated joins in the valuesets and concepts table

linear[bot] commented 1 month ago

QUE-46 Add integration test for the `insertQuery` function