@tzmedical/trident-cli
v1.6.2
Published
A command line interface (CLI) to support TZ Medical's Trident cardiac monitoring devices. It is built using the [trident-sdk](https://www.npmjs.com/package/@tzmedical/trident-sdk) and provides additional examples for its use.
Downloads
22
Readme
trident-cli
A command line interface (CLI) to support TZ Medical's Trident cardiac monitoring devices. It is built using the trident-sdk and provides additional examples for its use.
Installation
npm i -g @tzmedical/trident-cli
CLI Commands
recording
trident recording path/to/drive [--repair]
This command parses all of the files in a directory and reports the beginning,
end, and duration of the recording contained therein. It will also report the
number of patient events and the count of files with inaccurate timestamps that
are the result of a clock reset. Using the --repair
option will attempt to
repair the timestamps in-place with best-guess approximations, using a 1-hour
gap from a known time as a fallback.