Socket
Socket
Sign inDemoInstall

@asymmetrik/fhir-qb-sql

Package Overview
Dependencies
26
Maintainers
8
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @asymmetrik/fhir-qb-sql

FHIR query builder for SQL


Version published
Weekly downloads
3
increased by50%
Maintainers
8
Install size
16.8 MB
Created
Weekly downloads
 

Readme

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

Last updated on 23 Sep 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc