1.1.5 • Published 4 years ago

@asymmetrik/fhir-qb-sql v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

FHIR-Query-Builder-SQL

Utility for building SQL queries based on incoming requests.

Install

yarn add @asymmetrik/fhir-qb-sql

Usage

This module is meant to be imported and used by the fhir-qb. Included are implementations of the following methods:

	assembleSearchQuery,
	buildAndQuery,
	buildComparatorQuery,
	buildContainsQuery,
	buildEndsWithQuery,
	buildEqualToQuery,
	buildExistsQuery,
	buildOrQuery,
	buildInRangeQuery,
	buildStartsWithQuery,

These are used by the fhir-qb to build a query that will work in the sql aggregation pipeline.

1.1.5

4 years ago

1.1.4

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago