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

@rgwch/samdastools

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rgwch/samdastools

A utility to convert Samdas text to other formats

latest
Source
npmnpm
Version
1.6.1
Version published
Maintainers
1
Created
Source

Samdastools

This is only useful for development around the Elexis(tm) electronic medical record system.

It converts between the Samdas format as used in Elexis' encounter entries, and standard formats HTML and Delta.

install

npm install --save @rgwch/samdastools

Usage

const Samdas=require('@rgwch/samdastools')

const deltaText=Samdas.toDelta(samdastext)
const htmlText=Samdas.toHtml(samdastext)
const samdas1=Samdas.fromHtml(htmltext)
const samdas2=Samdas.fromDelta(deltaText)

Test

jasmine

License

MIT

Keywords

samdas

FAQs

Package last updated on 18 Apr 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