|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MediaStorage
Media Storage interface (ie: physicial storage)
| Method Summary | |
|---|---|
boolean |
isStored(String aSOPClassUID)
Check if a DataSet is stored on the media |
DataSet |
retrieveDataSet(String aSOPClassUID)
|
void |
storeDataSet(CStoreRequestMessage aStoreRequest,
TransferSyntax aTransferSyntax,
MediaStoreHandler aStoreHandler)
Store a DataSet on the media |
| Method Detail |
|---|
boolean isStored(String aSOPClassUID)
throws Exception
aSOPClassUID -
DicomException
Exception
DataSet retrieveDataSet(String aSOPClassUID)
throws Exception,
DicomException,
FileNotFoundException
Exception
DicomException
FileNotFoundException
void storeDataSet(CStoreRequestMessage aStoreRequest,
TransferSyntax aTransferSyntax,
MediaStoreHandler aStoreHandler)
throws DicomException
aStoreRequest - the requestaTransferSyntax - the TransferSyntax to use to write the
DataSetaStoreHandler - the StoreHander
DicomException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||