Help on Encoding .RTF File to Base 64...
Hi - Looking at encoding a .rtf file to Base64 - I've seen the Base64Encode Method and I can pass text but how would you pass a file? Or is there another method that can do this?
The end goal is to place the encoded output in a MDM^T02 (in OBX Segment) HL7 Message.
Appreciate any pointers - Thank You
Product version: HealthShare 2017.2
Discussion (2)1
Comments
There are two steps to this ... the first is to open the file as a stream of type %Stream.FileBinary, the second is to use the EnsLib.HL7.Message method StoreFieldStreamBase64() to insert the stream into the desired field.
EDIT: The links point to earlier versions of Ensemble's class methods but they're still valid.