What's New in Oracle Multimedia DICOM?

This document summarizes the new features, enhancements, APIs, and Oracle Database support introduced with Oracle Multimedia DICOM in the current release.

New Features for Release 11.2

Oracle Database 11g Release 2 (11.2) adds the following DICOM enhancements, which are described in this guide.

Recursive Calls within Constraint Definitions

Oracle Multimedia DICOM now supports recursive calls within constraint definitions. See Section 10.2.2.4 for more information and examples about how to use this enhancement.

Limiting the List of DICOM Attributes for Extraction

Oracle Multimedia DICOM now provides the ability to limit the list of DICOM attributes extracted by the setProperties( ) method, thus improving performance and reducing storage requirements. See Section 3.2.10 for more information about this enhancement.

Oracle Multimedia Mid-Tier Java API

Oracle Multimedia DICOM now includes the Oracle Multimedia Mid-Tier Java API, which enables the extraction of DICOM metadata outside of Oracle Database by a client tool or in the middle tier. This enhancement provides these benefits:

See Section 2.9 for more information about this enhancement.

See Also:

Oracle Multimedia Mid-Tier Java API Reference for reference information

DICOM Value Locator Type Syntax

Oracle Multimedia DICOM now provides DICOM value locator type syntax to enable users to reference DICOM metadata tags used in the DICOM configuration documents and that refer to private attribute definers. See General Format for DICOM Value Locators for complete reference information. See Section 10.2.1.5, Section 10.2.2.5, and Section 10.2.3.6, for more information about using DICOM value locators in anonymity, constraint, and mapping documents, respectively.

See Also:

Oracle Multimedia Mid-Tier Java API Reference for reference information about DICOM value locators in the mid-tier Java API

Wildcard Character Syntax

Oracle Multimedia DICOM now provides wildcard character syntax to enable iteration through all the components in a single predicate. See General Format for DICOM Value Locators for reference information about the wildcard character. See Section 10.2.2.5 for more information about this enhancement.

New Preference Parameters to Define Run-Time Behavior

These new preference parameters can be used in a preference document to define the run-time behavior of Oracle Multimedia DICOM:

See Section 10.1.6 and Section 10.2.6 for more information about preference documents. See Section B.8 for a listing of the preference document schema that constrains preference documents.

DICOM to AVI Conversion

Oracle Multimedia DICOM now supports the processing of multiframe DICOM content such as MRIs, CTs, and Ultrasound videos to the data format Microsoft Video for Windows Audio Video Interleave (AVI). See Section D.5 for more information about this enhancement.

See Also:

Oracle Multimedia Reference for more information about the AVI data format

DEFLATE Compression Format

Oracle Multimedia DICOM now supports the DEFLATE compression format. See Section D.1.1 for more information about this enhancement.

RLE Compression Format

Oracle Multimedia DICOM now supports the writing of DICOM images with the RLE compression format. See Section D.1.3 and Table D-2 for more information about this enhancement.

YBR Photometric Interpretation

Oracle Multimedia DICOM now supports YBR photometric interpretation. See Table D-1 for more information about this enhancement.

Encoding of Multibit Monochrome Raw Content

Oracle Multimedia DICOM now supports the encoding of multibit monochrome raw content. See Table D-2 for more information about this enhancement.

Oracle Data Pump Utilities Support for the DICOM Data Model Repository

Oracle Data Pump Utilities support is now available for the DICOM data model repository. See Section 9.9 for guidelines and examples that use the Oracle Data Pump commands expdp and impdp to perform export and import operations on the DICOM data model repository.

See Also:

Oracle Database Utilities for more information about the Oracle Data Pump Export and Import utilities