Skip to content

Patient file store

Jan Meizner requested to merge patient_file_store into master

Integrates patient case view and computations mechanism with the EurValve's WebDAV File Store:

  • when Patient is registered, files are synchronized with the FS
  • when computation is run, files are staged in and staged out from/to the FS
  • patients#show view embeds the file browser widget in the context of the specific patient's folder.

The older PLGrid file synchronization solution is left intact and could be used by the configuration changes in eurvalve.yml. This file needs to be updated when deploying to production if one wants to integrate with the FS.

Merge request reports