Skip navigation links

Oracle Multimedia DICOM Java API Reference
11g Release 1 (11.1)

Part No. B28417-01

E G I L M O P S W


E

extractMetadata(String, String) - Method in class oracle.ord.dicom.OrdDicom
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
Returns a DICOM attribute, as a String.
getAttributeByTag(String, String) - Method in class oracle.ord.dicom.OrdDicom
Returns a DICOM attribute, as a String.
getContent() - Method in class oracle.ord.dicom.OrdDicom
Returns the BLOB locator of the embedded DICOM binary data stored in the source attribute of the OrdDicom Java object.
getContentLength() - Method in class oracle.ord.dicom.OrdDicom
Returns the value of the contentLength attribute of the OrdDicom Java object.
getORADataFactory() - Static method in class oracle.ord.dicom.OrdDicom
Returns the OrdDicom ORADataFactory interface for use by the getORAData method.
getSeriesInstanceUid() - Method in class oracle.ord.dicom.OrdDicom
Returns the value of the SERIES_INSTANCE_UID attribute of the OrdDicom Java object.
getSOPClassUid() - Method in class oracle.ord.dicom.OrdDicom
Returns the value of the SOP_CLASS_UID attribute of the OrdDicom Java object.
getSOPInstanceUid() - Method in class oracle.ord.dicom.OrdDicom
Returns the value of the SOP_INSTANCE_UID attribute of the OrdDicom Java object.
getSourceInformation() - Method in class oracle.ord.dicom.OrdDicom
Returns the source information as a URL in the form sourceType://sourceLocation/sourceName.
getSourceLocation() - Method in class oracle.ord.dicom.OrdDicom
Returns the source location of the OrdDicom Java object.
getSourceName() - Method in class oracle.ord.dicom.OrdDicom
Returns the source name of the OrdDicom Java object.
getSourceType() - Method in class oracle.ord.dicom.OrdDicom
Returns the source type of the OrdDicom Java object.
getStudyInstanceUid() - Method in class oracle.ord.dicom.OrdDicom
Returns the value of the STUDY_INSTANCE_UID attribute of the OrdDicom Java object.

I

isAnonymous(String) - Method in class oracle.ord.dicom.OrdDicom
Checks if the embedded DICOM binary data is anonymous based on the specified anonymity definition document.
isConformanceValid(String) - Method in class oracle.ord.dicom.OrdDicom
Checks if the embedded DICOM binary data is valid against a specific set of conformance constraints identified by the input parameter constraintName.
isConnectionNull() - Method in class oracle.ord.dicom.OrdDicom
Returns whether the underlying database connection is null.
isLocal() - Method in class oracle.ord.dicom.OrdDicom
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
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
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
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
The OrdDicom class is used to represent an instance of the ORDSYS.ORDDicom database object type in a Java application.

P

processCopy(String, OrdImage) - Method in class oracle.ord.dicom.OrdDicom
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
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
Produces a new BLOB containing DICOM binary data 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
Sets the attributes of the OrdDicom Java object.

W

write(OutputStream) - Method in class oracle.ord.dicom.OrdDicom
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
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

Oracle Multimedia DICOM Java API Reference
11g Release 1 (11.1)

Part No. B28417-01


Copyright © 2006, 2007, Oracle. All rights reserved.