source: ccr2ccd-xslt/trunk/make/PostProcessTheFiles.sh@ 1004

Last change on this file since 1004 was 1004, checked in by George Lilly, 13 years ago

final PQRI files

File size: 744 bytes
Line 
1#!/bin/bash
2#required files to be present in the directory
3# ProcFix.py
4# CodesAppendixG.txt
5# FunctionProcessProblemSection
6# FixMeasuresSection.sh
7# FixQRDAFewReadsVer19.sh
8# MEASURES-BY-PATIENT.txt
9# AllEncounterCodes.txt
10# EndDocumentationOfSectionNancy.txt
11# MatthewsProviderOranization.txt
12# NancysProviderOranization.txt
13
14
15bash FixMeasuresSection.sh
16rm -rf FilesWithoutEncounters.txt
17bash FixQRDAFewReadsVer19.sh
18rm -rf ErrorsProgressFunction
19source FunctionProcessProblemSection
20for i in $(ls -1 PAT_*Ver2.xml); do FunctionProcessProblemSection $i;done
21for i in $(ls -1 PAT_*Ver2.xml); do python ProcFix.py CodesAppendixG.txt $i ;done
22cat FilesWithoutEncounters.txt
23bash RemoveProblemSectionIfNoProblemsLeft.sh
Note: See TracBrowser for help on using the repository browser.