PantelisGeorgiadis / dcmjs-dimse

DICOM DIMSE implementation for Node.js using the dcmjs library
MIT License
74 stars 14 forks source link

Error encoding ‘Latin1’ #26

Closed ledinhthi closed 2 years ago

ledinhthi commented 2 years ago

I got this error when i intergrate javascript node into mobile react native so i can’t get worklist

PantelisGeorgiadis commented 2 years ago

Hello @ledinhthi! Thanks for reporting this. Could you please share any stack trace or code (if you are OK with that), so we could help you more?

ledinhthi commented 2 years ago

Thank you so much, i solved it by change latim1-> utf8 :))

PantelisGeorgiadis commented 2 years ago

Good to hear that!

ledinhthi commented 2 years ago

yeahhh, i’m planning send pdf, image to pacs server now