public class GetRetrieveImagingDocumentSetImpl extends java.lang.Object implements WadoService2015
| Constructor and Description |
|---|
GetRetrieveImagingDocumentSetImpl() |
| Modifier and Type | Method and Description |
|---|---|
RetrieveDocumentSetResponseType |
retrieveImagingDocumentSet(RetrieveImagingDocumentSetRequestType parameters)
This method provides the implementation of the RetrieveImagingDocumentSet
It return the response of the RetrieveImagingDocumentSet in the DICOM format.
|
RetrieveImagingDocumentSetInformationResponseType |
retrieveImagingDocumentSetMetadata(RetrieveImagingDocumentSetInformationRequestType parameters)
This method provides the implementation of the retrieveImagingDocumentSetMetadata
It return the response of the RetrieveRenderedImagingDocumentSet in the xml format.
|
RetrieveRenderedImagingDocumentSetResponseType |
retrieveRenderedImagingDocumentSet(RetrieveRenderedImagingDocumentSetRequestType parameters)
This method provides the implementation of the RetrieveRenderedImagingDocumentSet
It return the response of the RetrieveRenderedImagingDocumentSet in the JPEG format.
|
public RetrieveRenderedImagingDocumentSetResponseType retrieveRenderedImagingDocumentSet(RetrieveRenderedImagingDocumentSetRequestType parameters)
retrieveRenderedImagingDocumentSet in interface WadoService2015public RetrieveImagingDocumentSetInformationResponseType retrieveImagingDocumentSetMetadata(RetrieveImagingDocumentSetInformationRequestType parameters)
retrieveImagingDocumentSetMetadata in interface WadoService2015public RetrieveDocumentSetResponseType retrieveImagingDocumentSet(RetrieveImagingDocumentSetRequestType parameters)
retrieveImagingDocumentSet in interface WadoService2015