File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ The capabilities of the nlp-insights service are best explained using an example
2222Adverse Events are very challenging for NLP to detect.
2323In this example, there is no single phrase that indicates an Adverse Event happened.
2424
25- The report text must be converted to base64 encoding, so that it can be attached to a diagnostic report.
26-
2725```
2826B64_REPORT_TEXT=$(echo "\
2927The patient's course was also complicated by mental status \
@@ -34,7 +32,8 @@ The Neurontin was stopped and he received hemodialysis on consecutive days.\
3432```
3533
3634The diagnostic report is built and sent to the nlp-insights service for insight discovery.
37- The returned resources are stored in a json file for future analysis.
35+ The returned resources are stored in a json file for future analysis. (The report text has alredy been converted to base64 encoding,
36+ so that it can be attached to a diagnostic report).
3837
3938
4039```
You can’t perform that action at this time.
0 commit comments