Feature idea: Displaying b64 encoded text in DocRef and DiagReport

Would be neat to have b64-decoded text data visible; found in places like DocumentReference.Content.attachment.data and DiagnosticReport.presentedForm.data - if the contentType is text/plain. This could maybe go in a new tab on the right side detail pane in between “Selected DocumentReference” and “JSON”.
…Could also render other mime types like PDF if you were feeling fancy :slight_smile:

mg

Interesting suggestion. An ability to decode a string would be useful. Displaying a file’s contents would be a lot harder as there could be any number of file types.