Oracle® Multimedia DICOM Developer's Guide 11g Release 2 (11.2) Part Number E10778-03 |
|
|
PDF · Mobi · ePub |
Digital Imaging and Communications in Medicine (DICOM) includes transfer syntax. The transfer syntax is a complete set of DICOM encoding rules for medical images.
Note:
In Oracle Database 10g Release 2 (10.2), Oracle Multimedia DICOM introduced these encoding rules to support metadata extraction and image content processing only. In Oracle Database 11g Release 1 (11.1), Oracle Multimedia DICOM provided full support for medical imaging.This appendix includes these sections:
See Also:
Oracle Multimedia Reference for more information about image processing
http://medical.nema.org/
for more information about DICOM encoding rules (DICOM standard, Part 5 and Part 6)
Table C-1 lists the DICOM encoding rules that support medical imaging in Oracle Multimedia DICOM. See Section C.2 for descriptions of the abbreviations used in the Support column for Table C-1.
Table C-1 Encoding Rules for Transfer Syntax
Value | Name | Support |
---|---|---|
1.2.840.10008.1.2 |
Implicit VR Little Endian Default Transfer Syntax |
PR |
1.2.840.10008.1.2.1 |
Explicit VR Little Endian Transfer Syntax |
PR |
1.2.840.10008.1.2.1.99 |
Deflated Explicit VR Little Endian |
PR |
1.2.840.10008.1.2.2 |
Explicit VR Big Endian |
PR |
1.2.840.10008.1.2.4.50 |
JPEG Baseline (Process 1) |
PR |
1.2.840.10008.1.2.4.51 |
JPEG Extended (Process 2 & 4) |
R |
1.2.840.10008.1.2.4.52 |
JPEG Extended (Process 3 & 5) (Retired) |
R |
1.2.840.10008.1.2.4.53 |
JPEG Spectral Selection, Non-Hierarchical (Process 6 & 8) (Retired) |
R |
1.2.840.10008.1.2.4.54 |
JPEG Spectral Selection, Non-Hierarchical (Process 7 & 9) (Retired) |
R |
1.2.840.10008.1.2.4.55 |
JPEG Full Progression, Non-Hierarchical (Process 10 & 12) (Retired) |
R |
1.2.840.10008.1.2.4.56 |
JPEG Full Progression, Non-Hierarchical (Process 11 & 13) (Retired) |
R |
1.2.840.10008.1.2.4.57 |
JPEG Lossless, Non-Hierarchical (Process 14) |
R |
1.2.840.10008.1.2.4.58 |
JPEG Lossless, Non-Hierarchical (Process 15) (Retired) |
R |
1.2.840.10008.1.2.4.59 |
JPEG Extended, Hierarchical (Process 16 & 18) (Retired) |
R |
1.2.840.10008.1.2.4.60 |
JPEG Extended, Hierarchical (Process 17 & 19) (Retired) |
R |
1.2.840.10008.1.2.4.61 |
JPEG Spectral Selection, Hierarchical (Process 20 & 22) (Retired) |
R |
1.2.840.10008.1.2.4.62 |
JPEG Spectral Selection, Hierarchical (Process 21 & 23) (Retired |
R |
1.2.840.10008.1.2.4.63 |
JPEG Full Progression, Hierarchical (Process 24 & 26) (Retired) |
R |
1.2.840.10008.1.2.4.64 |
JPEG Full Progression, Hierarchical (Process 25 & 27) (Retired) |
R |
1.2.840.10008.1.2.4.65 |
JPEG Lossless, Hierarchical (Process 28) (Retired) |
R |
1.2.840.10008.1.2.4.66 |
JPEG Lossless, Hierarchical (Process 29) (Retired) |
R |
1.2.840.10008.1.2.4.70 |
JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1]) |
R |
1.2.840.10008.1.2.4.80 |
JPEG-LS Lossless Image Compression |
R |
1.2.840.10008.1.2.4.81 |
JPEG-LS Lossy (Near-Lossless) Image Compression |
R |
1.2.840.10008.1.2.4.90 |
JPEG 2000 Image Compression (Lossless Only) |
PR* |
1.2.840.10008.1.2.4.91 |
JPEG 2000 Image Compression |
PR* |
1.2.840.10008.1.2.4.100 |
MPEG2 Main Profile @ Main Level |
PR |
1.2.840.10008.1.2.5 |
RLE Lossless |
PR |
These abbreviations are used in Table C-1:
The processCopy( ), createDicomImage( ), and writeMetadata( ) procedures and methods are able to produce DICOM content of this transfer syntax.
The extractMetadata( ), setProperties( ), and isConformanceValid( ) methods are able to read DICOM content of this transfer syntax. If the encoding rule is not changing between the source and destination DICOM content, then the processCopy( ), createDicomImage( ), and writeMetadata( ) procedures and methods are also supported for this transfer syntax.
This encoding rule requires the Java Advanced Imaging (JAI) Image I/O Tools provided by Oracle.
See the following script, which is available in the Oracle home directory after installation:
On Linux and UNIX:
<ORACLE_HOME>/ord/im/admin/initjp2.sql
On Windows:
<ORACLE_HOME>\ord\im\admin\initjp2.sql
See Also:
http://java.sun.com/
for more information about JAI Image I/O Tools
No support (for P or R) is provided.