DICOM Viewer SDK for Developer Teams
Book demoEmbed DICOM Viewer into your SaaS
A commercial viewer SDK for teams building radiology portals, medical SaaS, PACS-adjacent tools, LMS platforms, and internal clinical products.
For product evaluation and integration planning. Not certified for primary diagnostic use.
npm install @dicom-viewer/reactReact integration preview
<DicomViewer studyUrl={temporaryStudyUrl} tools={["windowing", "measurements", "annotations"]} />Uses existing DICOM Viewer runtime media so the first screen shows the actual product direction, not a decorative mockup.
Product workflow only
SDK and platform capabilities
Start with an embeddable viewer, then expand into upload, processing, sharing, and storage APIs as the product matures.
Drop an interactive DICOM viewer into a React application with typed props, controlled state, and product-ready callbacks.
Use the viewer from plain JavaScript or other frontend stacks when your product is not React-first.
Upload studies, prepare browser-friendly assets, and connect processing jobs to your existing backend workflow.
Issue short-lived links for studies, keep access scoped to your users, and avoid exposing raw storage paths.
Store DICOM studies for demos, education, consultations, or product workflows without maintaining viewer infrastructure yourself.
Enable windowing, zoom, pan, ruler measurements, contours, notes, and annotation workflows inside your own product UI.
Integration path
A practical rollout for teams that want to validate first and harden the integration after product fit is clear.
Add the React or JavaScript SDK to your frontend and render the viewer inside your existing product shell.
Pass temporary study links from your backend so each viewer session is scoped to the right user and study.
Choose tools such as windowing, measurements, and annotations, then wire viewer events into your product analytics or workflow.
Use upload, processing, and storage APIs when your product needs managed DICOM ingestion and distribution.
Built for sensitive imaging workflows
The SDK is designed for controlled access, predictable rendering, and clear responsibility boundaries between your product and the viewer layer.
Do not send patient data to analytics. Keep authentication, consent, and data-retention policies under your product control.
Use expiring study URLs so the frontend can open a session without receiving permanent storage credentials.
Plan HIPAA, GDPR, and local medical-data requirements at the application boundary instead of mixing them into visual components.
The commercial SDK is intended for product workflows, education, research, review, and integration evaluation unless a separate certified clinical deployment is agreed in writing.
- React or JavaScript SDK license
- Optional REST API and processing workflows
- Integration support for your engineering team