Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@asymmetrik/fhir-qb-sql

Package Overview
Dependencies
Maintainers
8
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asymmetrik/fhir-qb-sql

FHIR query builder for SQL

latest
Source
npmnpm
Version
1.1.5
Version published
Weekly downloads
0
-100%
Maintainers
8
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 23 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts