RadQRCode

100+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image

About this app

RadQRCode is part of a pair of applications designed to facilitate recording radiology case metadata for teaching files.

The desktop application (download: https://pcheng.org/radqrcode) allows drag and drop from a Fuji Synapse PACS workstation, automatically populating case metadata. The user can add a free text description. A QR code is generated dynamically from concatenated metadata text separated by a vertical bar delimiter. The application also allows for direct retrieval of DICOM data from the Synapse server, as well as drag and drop of a DICOM file.

The Android mobile app contains a QR code scanner that scans the code from the desktop application, incorporating the data into a database. The data can be searched and edited, and new QR codes can be generated for sharing between mobile devices. Follow-up cases are flagged by color. Data can be imported from and exported to CSV files on the Android filesystem.

Source code at GitHub: https://github.com/pmcheng/radqrcode_android

This project uses the open source ZXing library: https://github.com/zxing/zxing
Updated on
Mar 4, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What's new

Add request for camera permissions.
Allow case import from and export to user chosen files.
Fix implicit intent vulnerability.