DEXIS Eleven
DEXIS Imaging Software serves as a highly effective aid throughout the diagnosis, treatment, and treatment planning process. Our newest software—DEXIS Eleven—builds on our legacy of easy-to-use software, with workflow efficiency improvements and optional features like Cloud Backup and CloudVu. When you use DEXIS, images are available instantly after exposure. If an image needs to be retaken, it can be done immediately. The ability to magnify areas of concern, apply image enhancements to reveal further details, and add annotations to images provide further diagnostic support. In addition, patients respond favorably to digital X-ray software images. The larger, more detailed picture allows them a better understanding of the diagnosis and your treatment recommendations. Plus, sharing digital images with colleagues is easy. DEXIS software modules let you customize DEXIS. Add the functionality that meets the specific needs of your practice.
Learn more
RxDB
RxDB is a local-first, NoSQL JavaScript database optimized for modern web and mobile applications. It enables offline-first functionality by storing data directly on the client using storage engines like IndexedDB, OPFS, SQLite, and more. RxDB offers real-time reactivity, allowing developers to subscribe to changes in documents, fields, or queries, ensuring that UI components update automatically as data changes. Its flexible replication engine supports syncing with various backends and custom endpoints. RxDB integrates seamlessly with frameworks and environments. Additional features include field-level encryption, schema validation, conflict resolution, backup and restore, attachments, and CRDT support. By reducing server load and providing low-latency local queries, RxDB enhances performance and scalability, making it ideal for applications that require real-time updates, offline access, and cross-platform consistency.
Learn more
IndexedDB
IndexedDB is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. This API uses indexes to enable high-performance searches of this data. While web storage is useful for storing smaller amounts of data, it is less useful for storing larger amounts of structured data. IndexedDB provides a solution. IndexedDB is a transactional database system, like an SQL-based Relational Database Management System (RDBMS). However, unlike SQL-based RDBMSes, which use fixed-column tables, IndexedDB is a JavaScript-based object-oriented database. IndexedDB lets you store and retrieve objects that are indexed with a key; any objects supported by the structured clone algorithm can be stored. You need to specify the database schema, open a connection to your database, and then retrieve and update data within a series of transactions. Like most web storage solutions, IndexedDB follows the same-origin policy.
Learn more
Snipp.in
Snipp.in is an in-browser snippet manager and editor. Built with Vue.js, Dexie, and Monaco Editor. Snipp.in provides a clean and VSCode-like familiar interface to save notes, tasks and code snippets directly in the browser. All the data is stored within your browser tab (IndexedDB). There is no cloud backup available so far but you can still create backups and restore/share your content with others. Syntax highlighting, and easy-to-use document files using ProseMirror Editor. MultiWindow Editing (drag and drop files to the editor area to switch to the multi editor) Provides quick create (Ctrl+N) feature. Shortcuts for most of the actions (create, rename, and delete) Provides the ability to import and export your data. Compiles and hot-reloads for development. Compiles and minifies for production. You can use Snipp.in from Docker. You can change the host binding port from 80 to other ports.
Learn more