轩辕镜像
轩辕镜像专业版
个人中心搜索镜像
交易
充值流量我的订单
工具
工单支持镜像收录Run 助手IP 归属地密码生成Npm 源Pip 源
帮助
常见问题我要吐槽
其他
关于我们网站地图

官方QQ群: 13763429

轩辕镜像
镜像详情
meddream/azure-dicom-viewer
官方博客使用教程热门镜像工单支持
本站面向开发者与科研用户,提供开源镜像的搜索和下载加速服务。
所有镜像均来源于原始开源仓库,本站不存储、不修改、不传播任何镜像内容。
轩辕镜像 - 国内开发者首选的专业 Docker 镜像下载加速服务平台 - 官方QQ群:13763429 👈点击免费获得技术支持。
本站面向开发者与科研用户,提供开源镜像的搜索和下载加速服务。所有镜像均来源于原始开源仓库,本站不存储、不修改、不传播任何镜像内容。

本站支持搜索的镜像仓库:Docker Hub、gcr.io、ghcr.io、quay.io、k8s.gcr.io、registry.gcr.io、elastic.co、mcr.microsoft.com

azure-dicom-viewer Docker 镜像下载 - 轩辕镜像

azure-dicom-viewer 镜像详细信息和使用指南

azure-dicom-viewer 镜像标签列表和版本信息

azure-dicom-viewer 镜像拉取命令和加速下载

azure-dicom-viewer 镜像使用说明和配置指南

Docker 镜像加速服务 - 轩辕镜像平台

国内开发者首选的 Docker 镜像加速平台

极速拉取 Docker 镜像服务

相关 Docker 镜像推荐

热门 Docker 镜像下载

azure-dicom-viewer
meddream/azure-dicom-viewer

azure-dicom-viewer 镜像详细信息

azure-dicom-viewer 镜像标签列表

azure-dicom-viewer 镜像使用说明

azure-dicom-viewer 镜像拉取命令

Docker 镜像加速服务

轩辕镜像平台优势

镜像下载指南

相关 Docker 镜像推荐

MedDream DICOM Viewer是与Azure DICOM服务集成的HTML5零客户端查看器,CE认证且FDA批准为Class 2医疗设备,支持医疗专业人员日常诊断决策,可集成到PACS、HIS/RIS等医疗系统,适用于本地、虚拟环境或云部署。
0 次下载activemeddream镜像
🚀轩辕镜像专业版更稳定💎一键安装 Docker 配置镜像源
中文简介版本下载
🚀轩辕镜像专业版更稳定💎一键安装 Docker 配置镜像源

azure-dicom-viewer 镜像详细说明

azure-dicom-viewer 使用指南

azure-dicom-viewer 配置说明

azure-dicom-viewer 官方文档

MedDream DICOM Viewer for Azure DICOM service

MedDream DICOM Viewer已集成到Azure DICOM服务中。它是一款HTML5零客户端DICOM查看器,具有供应商中立性,可集成到PACS、HIS/RIS/EHR/EMR、远程医疗、患者门户、国家系统、CAD和AI算法中。MedDream Universal Enterprise Viewer可安装在本地、任何虚拟环境或云中。

MedDream旨在帮助医疗专业人员进行日常决策。该查看器已通过CE认证,并获得FDA批准作为Class 2医疗设备用于诊断。对于软件供应商、集成商、OEM和国家系统提供商而言,MedDream是一种经济高效的认证解决方案。

安装和配置MedDream DICOM Viewer与Azure DICOM服务

在Docker环境中部署MedDream DICOM Viewer之前,您需要拥有自己的Azure DICOM服务凭证:

[***]

workspacename_dicomservicename
client_id
client_secret
tenant_id
-e workspacename_dicomservicename=example-dicom \
-e client_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
-e client_secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
-e tenant_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
-p 80:8080 meddream/azure-dicom-viewer:8.7.0

登录MedDream DICOM Viewer

MedDream DICOM Viewer登录表单:

[***]

默认登录用户名和密码:
用户:demo
密码:demo

注意:请在MedDream研究搜索窗口中选择“Any”日期,以查看所有上传的DICOM研究。

配置MedDream Viewer与Azure DICOM服务

可通过-v参数传递自定义查看器配置(application.properties和system.json):

-e workspacename_dicomservicename=example-dicom \
-e client_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
-e client_secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
-e tenant_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
-v /home/meddream/license:/opt/meddream/license \
-v /home/meddream/application.properties:/opt/meddream/application.properties \
-v /home/meddream/system.json:/opt/meddream/sys/settings/system.json
-p 80:8080 meddream/azure-dicom-viewer:8.7.0

默认application.properties文件(用于-v /home/meddream/application.properties挂载):

server.port=8080
logging.file.name=mdjavacore
logging.level.com.softneta=ERROR
com.softneta.license.licenseFileLocation=./license
com.softneta.meddream.loginEnabled=true
security.postMessageWhitelist=*


spring.profiles.include=auth-inmemory,auth-his
authentication.his.valid-his-params=study
authentication.his.useSameSession=true
authentication.his.maxObjects=4
authentication.inmemory.users[0].userName=demo
authentication.inmemory.users[0].password=demo
authorization.users[0].userName=demo
authorization.users[0].role=ADMIN,SEARCH,PATIENT_HISTORY,UPLOAD_DICOM_LIBRARY,EXPORT_ISO,EXPORT_ARCH,FORWARD,REPORT_UPLOAD,DOCUMENT_VIEW,FREE_DRAW_EDIT,SMART_DRAW_EDIT,CLEAR_CACHE,USER_SETTINGS
authorization.defaultHisPermissions=ADMIN,SEARCH,PATIENT_HISTORY,UPLOAD_DICOM_LIBRARY,EXPORT_ISO,EXPORT_ARCH,FORWARD,REPORT_UPLOAD,DOCUMENT_VIEW,FREE_DRAW_EDIT,SMART_DRAW_EDIT,CLEAR_CACHE,USER_SETTINGS
authorization.defaultLoginPermissions=ADMIN,SEARCH,PATIENT_HISTORY,UPLOAD_DICOM_LIBRARY,EXPORT_ISO,EXPORT_ARCH,FORWARD,REPORT_UPLOAD,DOCUMENT_VIEW,FREE_DRAW_EDIT,SMART_DRAW_EDIT,CLEAR_CACHE,USER_SETTINGS


com.softneta.meddream.pacs.configurations[0].type=Dicomweb
com.softneta.meddream.pacs.configurations[0].id=AzureService
com.softneta.meddream.pacs.configurations[0].storageApiEnabled=true
com.softneta.meddream.pacs.configurations[0].qidoRsUrl=[***]{workspacename_dicomservicename}.dicom.azurehealthcareapis.com/v1?fuzzymatching=true
com.softneta.meddream.pacs.configurations[0].wadoRsUrl=[***]{workspacename_dicomservicename}.dicom.azurehealthcareapis.com/v1
com.softneta.meddream.pacs.configurations[0].dicomFileUrl=[***]{workspacename_dicomservicename}.dicom.azurehealthcareapis.com/v1/studies/{study}/series/{series}/instances/{image}
com.softneta.meddream.pacs.configurations[0].username=${client_id}
com.softneta.meddream.pacs.configurations[0].password=${client_secret}
com.softneta.meddream.pacs.configurations[0].azureAuthUrl=[***]{tenant_id}/oauth2/token
com.softneta.meddream.pacs.configurations[0].uploadUrl=[***]{workspacename_dicomservicename}.dicom.azurehealthcareapis.com/v1/studies
com.softneta.meddream.pacs.configurations[0].dicomCacheDirectory=${com.softneta.meddream.tempDir}/dicom/azure

默认system.json文件(用于-v /home/meddream/system.json挂载):

{
	"disableMultiFrameVideoAutoLoad": false,
	"features": {
		"patientHistory": true,
		"keyObjectAndPresentationStateQuickSave": true,
		"keyObjects": true,
		"presentationState": true,
		"searchSettings": true,
		"viewerSettings": true,
		"reportSettings": true,
		"hangingProtocolsSettings": true,
		"export": true,
		"archive": true,
		"search": true,
		"reports": false,
		"remoteReports": false,
		"liveShare": false,
		"hangingProtocols": true,
		"openTabsTrackingMethod": "NONE",
		"batchImageRequests": true,
		"prepareInstances": false,
		"thumbnailsPerSeries": "FIRST",
		"summaryThumbnailsFor": [
			"CT",
			"MR",
			"PT",
			"NM"
		],
		"preloadSeries": "OFF",
		"boundingBoxAnnotations": true,
		"viewToClipboard": "IMAGE",
		"pngPSToClipboard": "NONE",
		"showCalculatedFps": true,
		"viewToDICOM": false,
		"mistMpr3D": true,
		"clearCache": false,
		"measurementsPropagation": true,
		"digitalSubtraction": false
	},
	"blackListedSopClasses": [],
	"forwardPacs": [
		{
			"storeScpIp": "127.0.0.1",
			"storeScpPort": "104",
			"storeScpAet": "PACS",
			"description": "An example destination for Forward"
		}
	],
	"languages": [
		"en"
	],
	"dicomLibraryConfiguration": {
		"dicomLibrarySender": "***",
		"dicomLibrarySubject": "My special study",
		"languages": null,
		"language": null
	},
	"formatIntegrationLinkInViewer": false,
	"textureInterpolationType": 1,
	"requestsConfig": {
		"maximumMetadataStreams": 5,
		"maximumPixelStreams": 15,
		"maximumMultiFrameStreams": 4,
		"batchSizeMb": 5,
		"multiFrameBatchSizeMb": 2
	},
	"workersConfig": {
		"maxWorkers": "50%",
		"maxSegmentationWorkers": "50%"
	},
	"cacheSupervisorConfig": {
		"enabled": false,
		"runFrequencyInSec": 10
	},
	"scrollingConfig": {
		"modality": [
			"CT",
			"MR",
			"PT",
			"OPT",
			"NM",
			"MG",
			"OCT"
		],
		"sopClass": []
	},
	"fusionConfig": {
		"modality": [
			"CT",
			"MR",
			"PT"
		],
		"sopClass": []
	},
	"notificationsConfig": {
		"autoCloseAfterSec": 10
	},
	"personNameConfiguration": {
		"formatIn": null,
		"formatOut": null
	},
	"searchHistoryByPatientId": true,
	"segmentationConfig": {
		"smartPaintPreloadOptions": "wait-for-toolbar",
		"messagingLevel": "minimal"
	},
	"dontAutoOpenTheseAnnotations": [],
	"windowPosition": []
}

停止容器

停止运行中的容器:

docker stop meddream

删除容器:

docker rm meddream

许可

MedDream DICOM Viewer采用商业许可。请联系***获取试用许可。

许可可通过许可序列号注册。许可文件夹必须通过-v /home/meddream/license:/opt/meddream/license挂载。在application.properties中必须设置:

com.softneta.license.licenseFileLocation=./license

如果要在Docker上运行多个MedDream DICOM Viewer实例,每个实例必须使用唯一的许可序列号和唯一的meddream.lic文件。

查看更多 azure-dicom-viewer 相关镜像 →
bitnami/azure-cli logo
bitnami/azure-cli
by VMware
认证
Bitnami安全镜像,用于安全运行Azure CLI工具。
11100M+ pulls
上次更新:1 个月前
cimg/azure logo
cimg/azure
by CircleCI
认证
CircleCI Azure便捷镜像,用于在CircleCI环境中集成Azure服务,提供预配置工具以简化Azure相关开发、部署与测试流程。
31M+ pulls
上次更新:9 个月前
dtagdevsec/dicompot logo
dtagdevsec/dicompot
by Deutsche Telekom Security GmbH
T-Pot Dicompot是T-Pot多蜜罐平台的组成部分,用于部署和运行针对DICOM协议的蜜罐服务,辅助网络安全监控与威胁检测。
1M+ pulls
上次更新:4 个月前
formio/uswds-viewer logo
formio/uswds-viewer
by Form.io
认证
USWDS查看器,用于Form.io PDF服务器。
110K+ pulls
上次更新:27 天前
elestio/typebot-viewer logo
elestio/typebot-viewer
by Elestio
认证
Typebot查看器,由Elestio验证并打包
750K+ pulls
上次更新:2 天前

常见问题

轩辕镜像免费版与专业版有什么区别?

免费版仅支持 Docker Hub 加速,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。

轩辕镜像免费版与专业版有分别支持哪些镜像?

免费版仅支持 docker.io;专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等。

流量耗尽错误提示

当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。

410 错误问题

通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。

manifest unknown 错误

先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。

镜像拉取成功后,如何去掉轩辕镜像域名前缀?

使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。

查看全部问题→

轩辕镜像下载加速使用手册

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式

🔐

登录方式进行 Docker 镜像下载加速教程

通过 Docker 登录方式配置轩辕镜像加速服务,包含7个详细步骤

🐧

Linux Docker 镜像下载加速教程

在 Linux 系统上配置轩辕镜像源,支持主流发行版

🖥️

Windows/Mac Docker 镜像下载加速教程

在 Docker Desktop 中配置轩辕镜像加速,适用于桌面系统

📦

Docker Compose 镜像下载加速教程

在 Docker Compose 中使用轩辕镜像加速,支持容器编排

📋

K8s containerd 镜像下载加速教程

在 k8s 中配置 containerd 使用轩辕镜像加速

🔧

宝塔面板 Docker 镜像下载加速教程

在宝塔面板中配置轩辕镜像加速,提升服务器管理效率

💾

群晖 NAS Docker 镜像下载加速教程

在 Synology 群晖NAS系统中配置轩辕镜像加速

🐂

飞牛fnOS Docker 镜像下载加速教程

在飞牛fnOS系统中配置轩辕镜像加速

📱

极空间 NAS Docker 镜像下载加速教程

在极空间NAS中配置轩辕镜像加速

⚡

爱快路由 ikuai Docker 镜像下载加速教程

在爱快ikuai系统中配置轩辕镜像加速

🔗

绿联 NAS Docker 镜像下载加速教程

在绿联NAS系统中配置轩辕镜像加速

🌐

威联通 NAS Docker 镜像下载加速教程

在威联通NAS系统中配置轩辕镜像加速

📦

Podman Docker 镜像下载加速教程

在 Podman 中配置轩辕镜像加速,支持多系统

📚

ghcr、Quay、nvcr、k8s、gcr 等仓库下载镜像加速教程

配置轩辕镜像加速9大主流镜像仓库,包含详细配置步骤

🚀

专属域名方式进行 Docker 镜像下载加速教程

无需登录即可使用轩辕镜像加速服务,更加便捷高效

需要其他帮助?请查看我们的 常见问题 或 官方QQ群: 13763429

商务:17300950906
|©2024-2025 源码跳动
商务合作电话:17300950906|Copyright © 2024-2025 杭州源码跳动科技有限公司. All rights reserved.