Skip to content

Commit 5793f63

Browse files
committed
doc fix
Signed-off-by: Nick Lawrence <[email protected]>
1 parent db0daaf commit 5793f63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/examples/acd/adverse_event.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ The capabilities of the nlp-insights service are best explained using an example
2222
Adverse Events are very challenging for NLP to detect.
2323
In 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
```
2826
B64_REPORT_TEXT=$(echo "\
2927
The 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

3634
The 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
```

0 commit comments

Comments
 (0)