ddediu / AdhereR

Computation of adherence to medications from Electronic Healthcare Data in R
26 stars 6 forks source link

Store the HTML and fallback JPEG in separate SQL columns #126

Closed ddediu closed 3 years ago

ddediu commented 4 years ago

Split the single column storing the ZIP archive into two BLOB columns

ddediu commented 3 years ago

Test embedding the fall-back JPEG into the HTML document

ddediu commented 3 years ago

Seems best is to embed the JPEG into the HTML -- to check

ddediu commented 3 years ago

Indeed, "fixed" by either embedding it in the HTML or not generating it in the first place