Rev | Line | |
---|
[1004] | 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 |
|
---|
| 15 | bash FixMeasuresSection.sh
|
---|
| 16 | rm -rf FilesWithoutEncounters.txt
|
---|
| 17 | bash FixQRDAFewReadsVer19.sh
|
---|
| 18 | rm -rf ErrorsProgressFunction
|
---|
| 19 | source FunctionProcessProblemSection
|
---|
| 20 | for i in $(ls -1 PAT_*Ver2.xml); do FunctionProcessProblemSection $i;done
|
---|
| 21 | for i in $(ls -1 PAT_*Ver2.xml); do python ProcFix.py CodesAppendixG.txt $i ;done
|
---|
| 22 | cat FilesWithoutEncounters.txt
|
---|
| 23 | bash RemoveProblemSectionIfNoProblemsLeft.sh
|
---|
Note:
See
TracBrowser
for help on using the repository browser.