1.6.1 • Published 4 years ago

@rgwch/samdastools v1.6.1

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

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

1.6.1

4 years ago

1.6.0

4 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

5 years ago