google / android-fhir

The Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications using the HL7® FHIR® standard on Android.
https://google.github.io/android-fhir/
Apache License 2.0
480 stars 253 forks source link

[Roadmap] Management of rich media files #1865

Open fredhersch opened 1 year ago

fredhersch commented 1 year ago

This feature provides support for rich media files that can be handled by the SDK and used by application developers in their apps.

These files are typically too large for the on-device database and require file system storage.

Examples include: DICOM blobs, video, audio files

This includes:

FikriMilano commented 1 year ago

also related to these tickets https://github.com/google/android-fhir/issues/1858 https://github.com/google/android-fhir/issues/1797