public class RSIStorage extends StorageService
| Constructor and Description |
|---|
RSIStorage(java.lang.String[] Services,
SOPList l) |
| Modifier and Type | Method and Description |
|---|---|
void |
cstore(Association as,
int pcid,
DicomObject rq,
PDVInputStream dataStream,
java.lang.String tsuid) |
protected void |
onCStoreRQ(Association as,
int pcid,
DicomObject rq,
PDVInputStream dataStream,
java.lang.String tsuid,
DicomObject rsp) |
void |
start() |
void |
stop()
Stop the storage service
|
public RSIStorage(java.lang.String[] Services, SOPList l)
Services - List of supported SOP Classesl - list of Supported SOPClasses with supported Transfer Syntaxs - Server Settings for this execution of the storage servicepublic void cstore(Association as, int pcid, DicomObject rq, PDVInputStream dataStream, java.lang.String tsuid) throws DicomServiceException, java.io.IOException
DicomServiceExceptionjava.io.IOExceptionprotected void onCStoreRQ(Association as, int pcid, DicomObject rq, PDVInputStream dataStream, java.lang.String tsuid, DicomObject rsp) throws java.io.IOException, DicomServiceException
java.io.IOExceptionDicomServiceExceptionpublic void start() throws java.io.IOException
java.io.IOExceptionpublic void stop()