Class and Description |
---|
oracle.ord.dicom.OrdDicom
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.
|
Method and Description |
---|
oracle.ord.dicom.OrdDicom.getContent()
New applications should use the getBlobContent method.
|
oracle.ord.dicom.OrdDicom.processCopy(String, BLOB)
New applications should use the processCopyToBlob method.
|