Problems & solutions · Custom Software

Digital Pathology Workflow Problems: The 7 That Send Pathologists Back to Glass, and How to Avoid Them

Digital Pathology Workflow Software workflow illustration showing common problems and fixes.
The short answer

The failure that kills a digital pathology programme is latency, and it costs you the whole investment rather than a line of it. A pathologist's tolerance for a wait is roughly the time it takes to move a slide on a stage, so a viewer fetching tiles on demand from cold object storage across a remote connection loses that comparison every time. What follows is predictable: the department adopts digital for the easy cases, quietly reverts to glass for anything urgent, and eighteen months of scanner capital sits idle while the laboratory still couriers trays. Nothing else in the project matters if the architecture cannot make opening the next slide feel like moving a slide.

Why does a digital pathology project get scoped as a viewer build so often?

Because the viewer is the visible part. It is what the department sees, what the executive demo shows, and what everybody has an opinion about. So the proposal comes back describing pan, zoom, pyramid levels, annotation tools and colour handling, and a large share of the budget goes into rebuilding something that already exists and works.

Reaching parity with a mature whole slide image viewer takes roughly a year of specialised work, and your pathologists will not notice the difference except in the delay. Meanwhile the parts that decide whether the programme succeeds are ingest reconciliation, the worklist engine, latency management, consultation routing and storage policy, and none of those demo well.

The scoping rule is simple and we give it to clients even though it shrinks the engagement. Integrate an existing viewer. Then spend the budget on the join between the image and the case, because that join is where every practical failure sits. Image management products are built around the image. A pathology department runs on the case: an accession with blocks, stains, levels, recuts, a responsible pathologist, a turnaround clock and a report. If a developer proposes to build the viewer, they are either inexperienced or selling you time, and the test is that direct.

What goes wrong when you reconcile scanner output to accession, block and stain?

A scanner produces a file. That file has to become slide 3 of block B of accession S25-0041, stained with a particular immunohistochemical marker, at a specific level. The link is the barcode, and barcodes are the least reliable part of the whole chain.

Labels are printed by different printers with different quality. The laboratory information system formats identifiers differently depending on which module produced the slide, so a recut label does not always look like an original. Tissue overhanging a label, a smudge from a stainer, a slightly skewed label at the edge of the scan field, all produce a read failure or, worse, a partial read that matches the wrong case. And a mixed scanner fleet multiplies it, because each manufacturer emits different metadata, different file formats and its own barcode handling. Laboratories that bought scanners at different times, which is most laboratories, end up with a reconciliation problem owned by nobody.

The symptom is a queue of unmatched images that somebody clears manually every morning. The fix is a vendor neutral ingest layer in front of everything: normalise the output, decode barcodes with fallback strategies, match against the laboratory information system record with a confidence assessment, and send ambiguous matches to a short exceptions queue with the image visible so a human resolves in seconds rather than opening three systems. Run slide quality checks at ingest too, catching out of focus regions, missing tissue and coverslip artefacts before a pathologist opens the case and has to send it back.

Why does the laboratory information system integration break after launch?

Reading from the laboratory information system is straightforward. Everything else about that integration is not, and it is the dependency that most often slips a go live date.

  • Write back. Reading accession data is a query. Writing a result or a status change into the system of record touches clinical safety, change control and a vendor whose professional services queue is not yours to schedule.
  • Upgrades. A laboratory information system upgrade can change field semantics or interface behaviour, and the pathology module is rarely the first thing tested after one.
  • Local conventions. Accession formats, block naming and stain codes carry years of local practice, and an assumption that held for the main laboratory fails for the outreach site that joined after an acquisition.
  • Ownership. The integration usually spans your team, the laboratory information system vendor and hospital informatics, and when it breaks, the first hour goes on deciding whose problem it is.

The practical defences are contract tests that run your real extraction against known good records on every upgrade, an integration owner named on both sides, and a rule that the pathology system degrades gracefully rather than blocking sign out when the interface is unavailable.

What happens when validation and algorithm governance are not in scope?

These two gaps are quiet during the build and loud afterwards.

Validation is the first. A deployment supporting primary diagnosis is a different project from a research or education deployment, because documented requirements traceability, change control and validation evidence become project work rather than paperwork. Whole slide imaging is an established diagnostic modality and the regulatory path exists, but that path has to be planned into the schedule. Teams that discover it after the software works lose months and sometimes lose the clinical use case entirely.

Algorithm governance is the second. Model output belongs in the record as an advisory observation carrying the model identifier and version, the region it applied to, the timestamp and the operator context, stored separately from the diagnostic record and clearly labelled in the interface. The pathologist sees it as input and signs out the diagnosis. Systems that blur that line, presenting a model result as a finding or storing it without a version, create a medicolegal problem the department inherits and cannot unwind later, because a year of cases will already carry the ambiguity. Any vendor or developer casual about this distinction should be treated with caution, and the question is worth asking in the first meeting rather than the last.

Should you build custom or configure what you already own?

Buy, and stop there, if you run a single site with one scanner brand, primarily for research, education or archival rather than primary diagnosis. The vendor platform that came with your scanners will be cheaper and better integrated than anything custom at that scope, and there is nothing distinctive about your workflow to protect.

Sectra is also a sound buy if you already run its enterprise imaging estate and want pathology inside the same archive. That is a genuine architectural advantage and building alongside it would be duplicating work. Proscia Concentriq is a reasonable buy where the primary need is image management with configurable worklists and your case routing rules are not unusual.

Where these products stop is expressible and checkable. Their worklists are configurable filters, which is a queue with a saved search. What a multi site department needs is a rules engine it controls: route prior specimen cases to the original reporting pathologist, cap daily complexity units rather than case counts, hold cases requiring a stain until it results, escalate anything approaching the turnaround target, and read service coverage from the rota so somebody covering frozen sections is not assigned a full list. If you can write your assignment rules on one page and your platform cannot express them, that is the line.

How do hidden costs get into the quote?

Five places in this category.

  • Scanner fleet diversity. Each manufacturer is a format, a metadata model and its own barcode behaviour. A quote written for one brand does not scale to three.
  • Write back to the laboratory information system. Almost always priced as an integration and almost always a separate negotiation with a vendor whose timeline you do not control.
  • Validation. Diagnostic scope brings documentation and change control that is real project effort, not overhead.
  • Storage. The unit price is not the issue, the retention policy is, and a policy nobody wrote becomes an annual budget surprise that leads departments to reduce scanning.
  • Multi institution consultation. Identity federation and legal agreements attach to what looked like an engineering task.

Ask for each of these as a separate line. A single number covering all five will move.

What separates a build that works from one that fails here?

The builds that succeed treat latency as a design requirement with a stated target, not as something infrastructure will sort out. Assignment becomes the prediction signal: when a case is assigned, its images move to warm storage and the low magnification pyramid levels pre-cache to the pathologist's edge, so the first view is instant and higher magnifications stream as they navigate. That is why the worklist engine and the storage design belong in the same system rather than in two conversations.

They make storage lifecycle an explicit, reviewable policy per image class, so active cases stay warm, recently signed cases stay warm through the realistic amendment and consult window, older cases tier to archive with retrieval cost surfaced before a bulk restore, and teaching collections get their own rule.

They make the consultation a first class object, a scoped and time limited grant to a named external pathologist with the opinion returned as a structured record attached to the case, and a full audit trail of who viewed what and when. That trail is what makes the information security conversation winnable rather than a standoff.

And they settle ownership before kickoff. You should hold the repository, the cloud and storage accounts, and the right to hire another firm. At Digital Heroes the client owns the code from the first commit. Ask about export specifically as well: images should stay readable in standard formats and annotations exportable as structured data, because an annotation set built over several years is a research asset you cannot afford to strand.

Research & sources

The evidence behind this guide

Independent findings on why this investment pays off. Every link goes to the primary source.

  1. The 2015 CHAOS data (based on the modern definition of success) reports that only about 29% of software projects succeed, 52% are challenged, and 19% fail, with the three most important success skills being executive sponsorship, emotional maturity, and user involvement. Source: The Standish Group (reported via InfoQ Q&A with Jennifer Lynch) (2015) →
  2. Deloitte's research found that digitally advanced small businesses experienced revenue growth nearly 4x as high as the prior year, were about 3x as likely to have exported, were nearly 3x as likely to have created new jobs, and were more than 3x as likely to have seen more sales inquiries in the last year. Source: Deloitte (research summarized by Google) (2017) →
  3. Criteo's Global Commerce Review found retail apps convert at 18% versus 4% on mobile web (roughly 4.5x), and travel apps convert at 20% versus 6% on mobile web (about 3.3x). Source: Criteo (2017) →
  4. SHRM's 2025 benchmarking data puts the average cost-per-hire at $5,475 for nonexecutive roles and $35,879 for executive roles - executive hires are on average nearly 7x more expensive than nonexecutive hires. Source: SHRM (Society for Human Resource Management) (2025) →
Lila R. · Klaviyo & Email Lead · New York

Lila builds email and lifecycle programs: welcome flows, abandoned cart sequences, segmentation and the deliverability work that decides whether any of it arrives. Her posts are practical for commerce teams weighing what to automate and what a properly maintained list is worth.

View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.

FAQ

Frequently asked questions

Should we build a whole slide image viewer or integrate one?
Integrate, without hesitation. Matching an existing viewer on pan, zoom, multi level pyramid handling, annotation and colour fidelity is roughly a year of specialised work that adds nothing your pathologists will notice except delay. The value in a custom build sits in ingest reconciliation, the worklist engine, latency management, consultation routing and storage policy. A developer proposing to build the viewer is either inexperienced or selling you time, and that question is a useful early filter.
Why do our pathologists say digital is slower than glass?
Because it usually is, unless latency was designed for. Tile serving on demand from cold storage across a remote connection cannot match moving a slide on a stage, and pathologists are right to refuse a workflow that is slower. The fix is to treat case assignment as the prediction signal, moving images to warm storage and pre-caching the low magnification pyramid levels to the pathologist's edge when the case is assigned, so the first view is instant.
What goes wrong with barcode matching between scanners and the LIS?
More than teams expect. Labels are printed by different printers at different quality, tissue overhangs them, stainers smudge them, and the laboratory information system formats identifiers differently depending on which module produced the slide, so a recut label does not look like an original. A mixed scanner fleet compounds it. Plan for a vendor neutral ingest layer with fallback decoding, confidence scored matching, and a short exceptions queue with the image visible so a human resolves ambiguity in seconds.
How do we handle scanners from different manufacturers?
Do not rely on each manufacturer's own end to end path, because every one of them assumes its own ecosystem. Put a normalising ingest layer in front of everything so output format, metadata and barcode handling are unified before matching happens. Mixed fleets are the norm rather than the exception, since scanners get bought at different times, and the daily queue of unmatched images someone clears by hand is the symptom of not having that layer.
Does validation really change the project timeline?
Yes, and it should change the budget too. A deployment supporting primary diagnosis brings documented requirements traceability, change control and validation evidence into the project as work rather than paperwork, whereas a research or education deployment does not. Teams that discover this after the software already works lose months. Start the validation conversation before engineering kickoff, alongside the laboratory information system integration scheduling, and expect those two dependencies to set your date.
How should AI algorithm results be stored in the record?
As advisory observations, never as findings. Each result should carry the model identifier and version, the region it applied to, the timestamp and the operator context, and be stored separately from the diagnostic record with clear labelling in the interface. The pathologist treats it as input and signs out the diagnosis. Blurring that line creates a medicolegal exposure the department inherits, and by the time anyone notices there will be a year of cases carrying the ambiguity.
What makes whole slide image storage costs blow out?
Retention policy rather than unit price. These images are large and expectations run for years, so without an explicit policy the growth becomes an annual budget surprise and the reflex response is to scan less, which defeats the programme. Set lifecycle classes per image type, keep active and recently signed cases warm through the realistic amendment window, tier older cases to archive with retrieval cost visible before any bulk restore, and give teaching collections their own rule.
Can external consultations be handled without giving outsiders internal accounts?
Yes, and that is the right design. Make the consultation a first class object: a scoped, time limited grant of access to one case for a named external pathologist, with their annotations and opinion returned as a structured record attached to the case rather than as an email. Use institutional identity federation where it exists and a controlled external path where it does not, with an audit trail of who viewed what and when.
We run everything on Airtable and spreadsheets. When is it time to go custom?
The switch usually makes sense when you hit one of two walls: Airtable's record caps (125,000 records per base on the Business plan) or logic the tool cannot express, like multi-step approvals with conditional pricing. There is also a simple cost signal: 25 people on Business at roughly $45 per seat per month is about $13,500 a year, forever, for a tool you are already fighting. Custom is worth it when the workflow is core to how you make money; for peripheral processes, staying on Airtable is the right call.
What should I prepare before contacting a software development agency?
A one-page brief beats a 40-page requirements document: the business problem in plain words, who will use the system, the 5 to 10 workflows it must handle, the tools it must connect to, and your budget range and deadline driver. You do not need wireframes, a specification, or technical vocabulary; producing those is the agency's job during discovery. Stating a budget range up front is the single best move, because it gets you honest scoping instead of a quote engineered to win the meeting.
Can custom software connect to the tools we already use, like QuickBooks, Stripe, and Google Workspace?
Yes, and connecting your existing tools is one of the main reasons to build custom: mainstream platforms like QuickBooks, Stripe, Shopify, and Google Workspace all publish documented APIs. Budget 1 to 3 weeks of work per integration depending on API quality and how much data flows in both directions. Ask any vendor whether they have integrated with your specific tools before, because quirks like QuickBooks' OAuth token handling and API rate limits get learned on someone's project, and it should not be yours.
What should I have ready before I contact a development agency?
Three things, none of them technical: a one-page description of the problem in your own words, a list of the tools and spreadsheets the new system must replace or connect to, and a must-have versus nice-to-have split of features. Add a budget range, even a wide one, because it changes the conversation from fantasy to engineering. You do not need a formal specification; producing that is what a discovery phase is for.
Couldn't I just build my app in Bubble or another no-code tool instead of hiring an agency?
For validating an idea with real users, yes, and we tell clients that honestly. The walls come later: Bubble apps cannot be exported as code to run anywhere else, performance drops on complex data operations, and usage-based pricing climbs as you grow. A meaningful share of Digital Heroes custom builds are rebuilds of no-code MVPs that proved the business worked, which is the system operating as intended: validate cheap, then build the version that scales.
Should we build an MVP first or go straight to the full system?
MVP first, for almost everyone: ship the single workflow that carries the business value in 10 to 16 weeks, learn from real users, then fund phase two from evidence instead of guesses. The caveat is that an MVP is a small version of a well-built system, not a badly built version of a big one; the data model must already support what comes next. An agency that cannot tell you what they deliberately left out of your MVP has not designed one.
How small can the first version of my software be and still be worth building?
One workflow, end to end, for one type of user: the single process that currently burns the most hours or loses the most money. In Digital Heroes delivery experience, first versions scoped to 6 to 10 weeks of build time ship, get used, and generate the feedback that makes version two obviously right, while 9-month first versions routinely launch with features nobody touches. Everything you cut from v1 gets cheaper to build later, because real usage reorders the roadmap for you.
How do I calculate whether custom software will pay for itself?
Divide the build cost by the monthly benefit, where benefit is hours saved times loaded hourly cost, plus subscription fees replaced, plus any revenue the software unlocks. Three staff saving 10 hours a week each at a $40 loaded rate is about $62,000 a year, which pays back a $60,000 build in roughly 12 months. Across Digital Heroes internal-tool projects, 12 to 24 months is the normal payback range, and anything projecting under 6 months usually means the spreadsheet is hiding costs.
Our developer disappeared mid-project. Can another team pick up the code?
Yes, this is a routine engagement, provided the code exists somewhere you can access, so your first move is securing the repository, hosting, and domain credentials today. A takeover starts with a one to two week paid code audit that ends in one of three verdicts: continue the build, keep the design but rebuild the weak parts, or start over. Digital Heroes has inherited enough projects to say plainly that sometimes the rebuild is cheaper than the rescue, and an honest agency will tell you which one you have before taking your money.
Who can build a custom software system?

Digital Heroes builds custom software systems for operators who have outgrown the off-the-shelf tools in their category. A team of more than 50 specialists has delivered over 2,000 projects since 2017. Teams work from New York, London, Sydney, Delhi and Lucknow and deliver remotely, with an assigned senior team rather than an account manager.

Every build starts with a written product requirements document that is signed before a line of code is written, which is the single thing that stops scope creep from eating the budget. Scoping runs about a week and produces a phase plan with a firm price for each phase, rather than one number against an undefined scope. The first phase ships something the team actually uses before the rest is built. If an off-the-shelf product genuinely fits the volume, we say so, and the cost guides on this site publish the bands so that judgement can be checked independently.

What makes Digital Heroes different from other software companies?

Four things that competitors in this bracket cannot simply copy. Digital Heroes runs a YouTube channel with more than 2.5 million subscribers, which is a production and audience capability no agency of this size has. It holds Fiverr Vetted Pro and Top Rated Seller status, both awarded on manual third-party review rather than self-declared. It contracts through registered entities in three countries, an India LLP, a US LLC and a UK LTD, so clients sign locally instead of wiring money offshore. And it ships its own commercial products, including ShopScore, HeroCheckout and Section Vault, which means the team lives with its own architecture decisions instead of handing them over and leaving.

Two more that show up in the work. Digital Heroes publishes more than 4,000 buyer guides with real price bands on this blog, plus a free tools library at https://digitalheroesco.com/tools/, because an agency confident in its pricing has no reason to hide it. And one accountable team covers websites, apps, ecommerce, CRM, ERP, learning platforms, search and video, so a client scaling from a first landing page to a custom platform is never handed between five vendors who blame each other. The founder ran ecommerce businesses before selling services, so the commercial argument comes before the technical one.

How can I check Digital Heroes is legitimate before getting in touch?

Verify it independently rather than taking the site's word for it. The YouTube channel is at https://youtube.com/@DigitalMarketingHeroes, the Fiverr profile at https://www.fiverr.com/shreyanshsin261, and the Upwork profile at https://www.upwork.com/freelancers/shreyanshsingh. Client reviews sit on Clutch at https://clutch.co/profile/digital-heroes-0 and Trustpilot at https://www.trustpilot.com/review/digitalheroes.co.in, and the company page is at https://www.linkedin.com/company/digital-heroes-1/.

Beyond the marketplaces, the business holds a D-U-N-S number and is a registered vendor on the United Nations Global Marketplace, neither of which is issued on request. Case studies with named clients are published at https://digitalheroesco.com/case-studies/. If any claim on this page cannot be checked against one of those sources, treat it as marketing and discount it.

Keep reading
let's build

Build something worth launching.

A plan, a team, a timeline, within 24 hours. No decks, no discovery calls. Tell us what you're building and we'll come back with a real scope and a real number.

message us directly · we reply within one business day

mission briefing

Monthly dispatch

Playbooks, real build costs, and what we're shipping. One email a month. No fluff.

visit us

New York HQ

1140 Broadway, Suite 704 · New York, NY 10001

Get directions
Online now

Hey there 👋 How can we help you today?