1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
513 views
by justin-g-4098 (200 points)
How do I get the embedded Base64 PDF data from an OBX segment (even if multiple OBX's exist), and then convert it to a regular PDF file and store it in a UNC path with a unique file name, and then replace the hl7 field in which the Base 64 PDF data originally was with the referenced UNC path and unique file name?

1 Answer

0 votes
 
Best answer

Below is a link to a sample channel that will base64 decode, write the file to a specified location and put the link back in the OBX.

Embedded PDF Sample

by amanda-w-3695 (5.1k points)
selected by justin-g-4098
...