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

E86003-01
E G I L M O P S W 

E

extractMetadata(String, String) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Executes the corresponding extractMetadata method in the database to get DICOM metadata in XML code for a specified mapping document.

G

getAttributeByName(String, String) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the value of a DICOM attribute, as a String, for DICOM attributes other than SQ type attributes.
getAttributeByTag(String, String) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the value of a DICOM attribute, as a String, for DICOM attributes other than SQ type attributes.
getBlobContent() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the BLOB locator of the embedded DICOM content stored in the source attribute of the OrdDicom Java object.
getContent() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
New applications should use the getBlobContent method.
getContentLength() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the value of the contentLength attribute of the OrdDicom Java object.
getORADataFactory() - Static method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the OrdDicom ORADataFactory interface for use by the getORAData method.
getSeriesInstanceUid() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the value of the SERIES_INSTANCE_UID attribute of the OrdDicom Java object.
getSOPClassUid() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the value of the SOP_CLASS_UID attribute of the OrdDicom Java object.
getSOPInstanceUid() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the value of the SOP_INSTANCE_UID attribute of the OrdDicom Java object.
getSourceInformation() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the source information as a URL in the form sourceType://sourceLocation/sourceName.
getSourceLocation() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the source location of the OrdDicom Java object.
getSourceName() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the source name of the OrdDicom Java object.
getSourceType() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the source type of the OrdDicom Java object.
getStudyInstanceUid() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns the value of the STUDY_INSTANCE_UID attribute of the OrdDicom Java object.

I

isAnonymous(String) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Checks if the embedded DICOM content is anonymous based on the specified anonymity definition document.
isConformanceValid(String) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Checks if the embedded DICOM content is valid against a specific set of conformance constraints identified by the input parameter constraintName.
isConnectionNull() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Returns whether the underlying database connection is null.
isLocal() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Indicates if the DICOM data is stored locally in the database in a BLOB, or externally in the file system.

L

loadContent(File, boolean) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Loads data from a file object into the database BLOB within the OrdDicom Java object.
loadContent(InputStream, boolean) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Loads data from an InputStream object into the database BLOB within the OrdDicom Java object.

M

makeAnonymous(String, OrdDicom, String) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Produces an anonymous OrdDicom Java object by copying the original OrdDicom Java object into a destination OrdDicom Java object and then processing the destination OrdDicom Java object based on the specified anonymity definition document.

O

oracle.ord.dicom - package oracle.ord.dicom
 
OrdDicom - Class in oracle.ord.dicom
Deprecated.
The OrdDicom class is used to represent an instance of the ORDSYS.ORDDicom database object type in a Java application. The OrdDicom class includes a set of methods to get object attributes, as well as a set of methods to perform various operations on an OrdDicom Java object. Users of this class should be familiar with Oracle Multimedia DICOM Developer's Guide.

P

processCopy(String, OrdImage) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Produces a new OrdImage object by copying an existing OrdDicom image into the destination OrdImage object and performing the specified processing commands.
processCopy(String, String, OrdDicom, XMLType) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Produces a new OrdDicom Java object by copying an existing OrdDicom image into the destination OrdDicom Java object and performing the specified processing commands.
processCopy(String, BLOB) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
New applications should use the processCopyToBlob method.
processCopyToBlob(String, Blob) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Produces a new BLOB containing DICOM content by copying an existing OrdDicom image into the destination BLOB and performing the specified processing commands.

S

setProperties() - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Sets the attributes of the OrdDicom Java object.

W

write(OutputStream) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Writes the data from the database BLOB within the OrdDicom Java object, or from the file source to which the OrdDicom Java object points, to the specified OutputStream object.
writeMetadata(XMLType, OrdDicom) - Method in class oracle.ord.dicom.OrdDicom
Deprecated.
Produces a new OrdDicom Java object by copying an existing OrdDicom Java object and writing the metadata provided into the metadata attribute of the specified destination OrdDicom Java object.
E G I L M O P S W 
Skip navigation links
Oracle® Multimedia DICOM Java API Reference
12c Release 2 (12.2)

E86003-01

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