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.
The DicomServiceException class extends the class java.lang.Exception
to report errors encountered when extracting DICOM metadata in the middle tier.
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.