没有合适的资源?快使用搜索试试~ 我知道了~
首页DCM4CHEE参考文档
DCM4CHEE参考文档

dcm4chee英文参考文档,写得比较详细,可以参考一下,对学习还是有帮助的。
资源详情
资源评论
资源推荐

dcm4chee Reference Documentation
Version: 2.9.1

Table of Contents
Preface ............................................................................................................................................iv
1. Installation Instructions ..............................................................................................................1
1.1. Minimum System Requirements and Supporting Software ....................................................1
1.2. Installation Steps ................................................................................................................1
1.3. Verify the Installation ......................................................................................................... 4
2. dcm4chee Services .......................................................................................................................7
2.1. Overview ...........................................................................................................................7
2.2. Service Reference ..............................................................................................................7
2.2.1. Core Archive Services .............................................................................................7
2.2.1.1. AE Title Configuration Service ......................................................................7
2.2.1.2. Audit Logger ................................................................................................7
2.2.1.3. Compression Service ....................................................................................7
2.2.1.4. Consistency Check Service ............................................................................7
2.2.1.5. Content Edit service ......................................................................................7
2.2.1.6. DICOM Server .............................................................................................8
2.2.1.7. Device Service ............................................................................................. 8
2.2.1.8. Echo Service ................................................................................................ 8
2.2.1.9. Teaching File and Clinical Trial Export Manager ............................................ 8
2.2.1.10. File Copy Service .......................................................................................8
2.2.1.11. FixPatientAttributes Service ........................................................................ 8
2.2.1.12. DICOM Forward Service ............................................................................8
2.2.1.13. File System Management Service ................................................................8
2.2.1.14. DICOM GPWL Feed Service ......................................................................8
2.2.1.15. DICOM GPWL Service Class Providers ....................................................... 8
2.2.1.16. DICOM GPWL SCU Service ......................................................................8
2.2.1.17. DICOM Hanging Protocol SCP ................................................................... 8
2.2.1.18. DICOM IAN/SCN SCU Service ..................................................................8
2.2.1.19. DICOM Key Object Generation Service ....................................................... 9
2.2.1.20. DICOM Media Creation Management SCU .................................................. 9
2.2.1.21. MD5 Check Service .................................................................................... 9
2.2.1.22. Move SCU Service .....................................................................................9
2.2.1.23. MPPS Emulator .......................................................................................... 9
2.2.1.24. DICOM Modality Performed Procedure Step (MPPS) SCP ........................... 9
2.2.1.25. DICOM Modality Performed Procedure Step (MPPS) SCU ........................... 9
2.2.1.26. DICOM Modality Worklist SCP ..................................................................9
2.2.1.27. Modality Worklist SCU ............................................................................... 9
2.2.1.28. Performed Procedure Step (PPS) Exception Managment ............................... 9
2.2.1.29. PPS SCU Service ........................................................................................ 9
2.2.1.30. DICOM Query/Retrieve SCP ....................................................................... 9
2.2.1.31. Simple SMTP Mail Sender ..........................................................................9
2.2.1.32. DICOM Storage Commitment SCU/SCP ......................................................9
2.2.1.33. DICOM Storage SCP ................................................................................ 10
2.2.1.34. Study Information Service ......................................................................... 10
2.2.1.35. Study Reconciliation Service ..................................................................... 10
2.2.1.36. Study Status Service ................................................................................. 10
2.2.1.37. Private Study Management Service SCP ..................................................... 10
2.2.1.38. DICOM Modality Worklist SCU ............................................................... 10
2.2.1.39. Check File Status Service .......................................................................... 10
dcm4chee 2.9.1 ii

2.2.1.40. TLS Configuration .................................................................................... 10
2.2.1.41. XDS-I Service .......................................................................................... 10
3. User Interface Guide ................................................................................................................. 11
3.1. Introduction ..................................................................................................................... 11
3.2. User Login ....................................................................................................................... 11
3.3. Archive Content Administration ........................................................................................ 12
3.3.1. Study List ............................................................................................................. 12
3.3.2. Search Filter .......................................................................................................... 13
3.3.3. Function Buttons ................................................................................................... 14
3.3.3.1. Functions Buttons in the header section ........................................................ 14
3.3.3.2. Function buttons next to the entities in the folder .......................................... 18
3.4. Application Entity (AE) Management ................................................................................ 21
3.5. Offline Storage ................................................................................................................ 23
3.5.1. Manual Offline Archiving ...................................................................................... 24
3.5.2. Automatic Offline Archiving .................................................................................. 24
3.6. Worklist Console ............................................................................................................. 25
3.7. MPPS Console ................................................................................................................. 27
3.8. User Administration ......................................................................................................... 28
3.8.1. Create a new user .................................................................................................. 29
3.8.2. Edit/Update a User Profile ..................................................................................... 30
3.8.3. Delete a user ......................................................................................................... 31
3.9. Audit Repository .............................................................................................................. 31
3.9.1. List Section ........................................................................................................... 31
3.9.2. Search Section ....................................................................................................... 32
3.9.3. The selection section ............................................................................................. 32
3.9.4. Audit Record Detail View ...................................................................................... 33
A. Building from Source Code ........................................................................................................ 35
A.1. Building the dcm4chee Archive ........................................................................................ 35
dcm4chee Open Source Image Manager/Archive
dcm4chee 2.9.1 iii

Preface
We need a better introduction than the following.
dcm4chee is an implementation of an IHE (Integrating the Healthcare Enterprise) compliant Image Archive and
Report Repository. This includes the capabilities
• to store and retrieve various kinds of DICOM Objects such as:
1. Images from multiple modalities,
2. Grayscale Presentation States [GSPS], which specifies the presentations of images as grayscaling,
zoom, text and graphical annotations,
3. Key Objects [KO], which specifies a particular selection of images for a specified reason and with an
attached note,
4. Structured Reports [SR].
• to process HL7 notification messages from the Order Filler, about Procedure Scheduling, Procedure Up-
dates and Patient Information Updates,
• to process DICOM Modality Performed Procedure Step [MPPS] messages from modalities and forward
them to the Order Filler.
dcm4chee is a server application. Its Web-based User Interface is intended for system configuration and monit-
oring by system adminstrators.
dcm4chee 2.9.1 iv

Chapter 1. Installation Instructions
1.1. Minimum System Requirements and Supporting Software
dcm4chee is a Java-based application for the management of digital clinical objects. As such, it should be run
under the best hardware available for production systems. The minimal system configuration is as follows:
• 512 MB RAM
• 100 MB hard disk space (in addition to archive disk space for object storage and caching)
• 400 MHz CPU or better
dcm4chee requires a database to store transient and permanent information from the clinical workflow and ob-
jects. The authors of dcm4chee realize that database expertise varies from site to site, and has included support
for several different databases for deployment with the archive. The list of supported databases is:
• PostgreSQL 8.1.x
• MySQL 4.1+
• Oracle 9i/10g
• SQL Server
• DB2 8.1+
Additional Software Notes
dcm4chee is a Java-based application. It requires the installation of the JDK version 1.4.2 or higher. JDK ver-
sion 5 is recommended for the best performance and stability.
For image compression/decompression, dcm4chee 2.8.x utilizes Sun's Java Advanced Imaging (JAI) Image I/O
Tools 1.0_01. The binary distribution packages of dcm4chee 2.8.x already includes the necessary JARs and
native libraries for Windows and Linux i586. For Solaris support, you need to download the software package
from Sun at http://java.sun.com/products/java-media/jai/downloads/download-iio-1_0_01.html and
replace the Linux version of libclib_jiio.so in DCM4CHEE_DIST/bin/ with the file of the same name from the
Solaris JAI Image IO distribution.
dcm4chee depends heavily on the JBoss (http://www.jboss.org) application server for its infrastructure. It is
not necessary to download JBoss (as dcm4chee is pre-packaged within JBoss), but viewing the online (or
downloaded) JBoss documentation will assist a great deal in learning the dcm4chee directory structure, and
how the product operates under the covers. JBoss services such as XMBeans, JBossMQ (JMS), and EJB
(Session and Entity beans) are utilized by dcm4chee.
1.2. Installation Steps
Installing dcm4chee is fairly easy:
1. Download the binary distribution of dcm4chee for the database of your choice from the Files page of the
dcm4chee 2.9.1 1
剩余39页未读,继续阅读



















安全验证
文档复制为VIP权益,开通VIP直接复制

评论1