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
- Host: GitHub
- URL: https://github.com/ginger-code/tricorder
- Owner: ginger-code
- License: mit
- Created: 2021-10-25T17:18:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T01:39:17.000Z (over 4 years ago)
- Last Synced: 2025-02-10T22:36:08.065Z (over 1 year ago)
- Language: C#
- Size: 302 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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\"`