An open API service indexing awesome lists of open source software.

https://github.com/ginger-code/tricorder

A utility for scanning and querying HL7 messages in bulk
https://github.com/ginger-code/tricorder

Last synced: about 1 year ago
JSON representation

A utility for scanning and querying HL7 messages in bulk

Awesome Lists containing this project

README

          

# Tricorder

A utility for scanning and querying HL7 messages in bulk.

Will process all feeds with a `.hl7` extension

## Usage

Scan a directory to accumulate tallies of values for the PV1.3.1 component:

`Tricorder.exe scan PV1.3.1 "C:\Data\Feeds\"`

Scan a directory to accumulate tallies of values for the PT1.1 field:

`Tricorder.exe scan GT1.1 "C:\Data\Feeds\"`

Scan a directory to accumulate tallies of values for the entire PID segment:

`Tricorder.exe scan PID "C:\Data\Feeds\"`