From 36c03754224a2c0feb0d9e36d69e85267661a627 Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 2 Oct 2020 01:47:28 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 3f6ad80..37fd19d 100644 --- a/README.md +++ b/README.md @@ -39,39 +39,27 @@ We wrote this frame to be used in both command line or as a library within in yo --batch number of processes to spawn to parse the files --resume tells the parser to resume parsing if all files weren't processed or new files were added into the folder -**dashboard** +3. dashboard - There is a built-in dashboard that has features + There is a built-in dashboard that has displays descriptive analytics in a web browser healthcare-io.py --server [--context ] **Embedded in Code :** -Use **parse-edi** within your code base as a library and handle storing data in a data store of choice +The Healthcare/IO **parser** can be used within your code base as a library and handle storing data in a data store of choice - import edi.parser - import json - import os - - - ROOT = 'data' - CLAIMS_FOLDER = os.sep.join([ROOT,'837']) #-- data/837 contains all 837 formatted files - CONFIG_FOLDER = os.sep.join([ROOT,'config'])#-- data/config contains 837.json or 835.json - + import healthcareio - files = os.listdir(CLAIMS_FOLDER) - filename = os.sep.join([CLAIM_FOLDER,files[0]]) #-- selecting the first file in the folder (it's an example) - conf = json.loads(open( os.sep.join([CONFIG_FOLDER,'837.json']) ).read()) - info = edi.parser.get_content(file,conf) #-- array of objects claims/remits ## Credits * [Khanhly Nguyen] () -* [Gaylon Stanley] () +* [Gaylon Stanley] () * [Cheng Gao] () * [Brad Malin] (brad.malin@vanderbilt.edu) -* [Steve L. Nyemba] () +* [Steve L. Nyemba] ()