Skip navigation links
Oracle® Multimedia Mid-Tier Java API Reference
12c Release 2 (12.2)

E86004-01
D G I O T 

D

DicomLocatorService - Class in oracle.ord.dicom.client
Deprecated.

The DicomLocatorService class extends the DicomService class to provide services to extract DICOM metadata using DICOM value locators. DICOM value locators are defined by Oracle Multimedia. See Oracle Multimedia DICOM Developer's Guide for more information about DICOM value locators. A DicomLocatorService object is created by specifying a list of DICOM value locators.

DicomLocatorService(String[]) - Constructor for class oracle.ord.dicom.client.DicomLocatorService
Deprecated.
Constructs a DicomLocatorService object with the specified DICOM value locators.
DicomLocatorService(String[], boolean) - Constructor for class oracle.ord.dicom.client.DicomLocatorService
Deprecated.
 
DicomService - Class in oracle.ord.dicom.client
Deprecated.
The DicomService class represents the base Java class for the DICOM middle tier.
DicomServiceException - Exception in oracle.ord.dicom.client
Deprecated.

The DicomServiceException class extends the class java.lang.Exception to report errors encountered when extracting DICOM metadata in the middle tier.

DicomTagService - Class in oracle.ord.dicom.client
Deprecated.

The DicomTagService class extends the DicomService class to provide services to extract DICOM metadata using DICOM attribute tags. DICOM attribute tags are defined by the DICOM standard. A DicomTagService object is created by specifying a list of DICOM attribute tags.

DicomTagService(String[]) - Constructor for class oracle.ord.dicom.client.DicomTagService
Deprecated.
Constructs a DicomTagService Object with the specified DICOM attribute tags.
DicomTagService(String[], boolean) - Constructor for class oracle.ord.dicom.client.DicomTagService
Deprecated.
 

G

getAttrs(InputStream, Map<String, Throwable>) - Method in class oracle.ord.dicom.client.DicomTagService
Deprecated.
Extracts the values of the DICOM attribute for each attribute tag from the DICOM InputStream object.
getAttrs(File, Map<String, Throwable>) - Method in class oracle.ord.dicom.client.DicomTagService
Deprecated.
Extracts the values of the DICOM attribute for each attribute tag from the input DICOM file.
getAttrTags() - Method in class oracle.ord.dicom.client.DicomTagService
Deprecated.
Returns the DICOM attribute tags used to construct this DicomTagService object.
getErrorLocator() - Method in exception oracle.ord.dicom.client.DicomServiceException
Deprecated.
Gets the first invalid DICOM value locator or attribute tag in the input. Invalid value locators or attribute tags include malformed tags or nonscalar tags.
getFirstAttrs(InputStream, Map<String, Throwable>) - Method in class oracle.ord.dicom.client.DicomLocatorService
Deprecated.
Extracts the value of the first attribute for each DICOM value locator from the DICOM InputStream object.
getFirstAttrs(File, Map<String, Throwable>) - Method in class oracle.ord.dicom.client.DicomLocatorService
Deprecated.
Extracts the value of the first attribute for each DICOM value locator from the input DICOM file.
getLocators() - Method in class oracle.ord.dicom.client.DicomLocatorService
Deprecated.
Returns the DICOM value locators used to construct this DicomLocatorService object.

I

IGNORE_ERROR - Static variable in class oracle.ord.dicom.client.DicomService
Deprecated.
A special Map for use in methods of the DicomService class and its subclasses to indicate that errors and exceptions are to be ignored.

O

oracle.ord.dicom.client - package oracle.ord.dicom.client
 

T

THROW_EXCEPTION - Static variable in class oracle.ord.dicom.client.DicomService
Deprecated.
A special Map for use in methods of the DicomService class and its subclasses to indicate that errors and exceptions are to be thrown.
D G I O T 
Skip navigation links
Oracle® Multimedia Mid-Tier Java API Reference
12c Release 2 (12.2)

E86004-01

Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved.