imi-ms / MoPat

Mobile Patient Survey (MoPat) is a Java based web application to create, distribute, complete and export medical questionnaires.
Apache License 2.0
7 stars 1 forks source link

Import images from Base64 String, when importing a questionnaire #47

Open ywarnecke opened 1 month ago

ywarnecke commented 1 month ago

Currently the imported questionnaire only stores the filepath for the question. Since we are using the base64 string directly, we could also save the image from the questionnaire automatically.