public interface IMCcache
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(MCreference<com.merge.mcw.MCattributeSet[]> request)
Checks if WADO request exists in the cache storage
|
boolean |
get(MCreference<com.merge.mcw.MCattributeSet[]> request,
MCreference<com.merge.mcw.MCattributeSet[]> response)
Retrieves DICOM service response for given WADO request
|
boolean |
put(MCreference<com.merge.mcw.MCattributeSet[]> request,
MCreference<com.merge.mcw.MCattributeSet[]> response)
Adds WADO request and DICOM service response to the cache storage
|
boolean |
remove(MCreference<com.merge.mcw.MCattributeSet[]> request)
Removes WADO request from the cache storage
|
boolean exists(MCreference<com.merge.mcw.MCattributeSet[]> request)
request - WADO request encoded as an array of MCattributeSettrue if the request existsboolean remove(MCreference<com.merge.mcw.MCattributeSet[]> request)
request - WADO request encoded as an array of MCattributeSettrue if remove operation was successfulboolean put(MCreference<com.merge.mcw.MCattributeSet[]> request, MCreference<com.merge.mcw.MCattributeSet[]> response)
request - WADO request encoded as an array of MCattributeSetresponse - DICOM service response encoded as an array of of MCattributeSettrue if operation was successfulboolean get(MCreference<com.merge.mcw.MCattributeSet[]> request, MCreference<com.merge.mcw.MCattributeSet[]> response)
request - WADO request encoded as an array of MCattributeSetresponse - DICOM service response encoded as an array of of MCattributeSettrue if operation was successful