public class StgCmtSCU extends Object
| Constructor and Description |
|---|
StgCmtSCU(ApplicationEntity ae) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addInstance(Attributes inst) |
void |
close() |
void |
echo() |
AAssociateRQ |
getAAssociateRQ() |
Connection |
getRemoteConnection() |
File |
getStorageDirectory() |
Attributes |
makeActionInfo(List<String> refSOPs) |
void |
open() |
void |
sendRequests() |
void |
setAttributes(Attributes attrs) |
void |
setKeepAlive(boolean keepAlive) |
void |
setSplitTag(int splitTag) |
void |
setStatus(int status) |
void |
setStorageDirectory(File storageDir) |
void |
setTransferSyntaxes(String[] tss) |
void |
setUIDSuffix(String uidSuffix) |
public StgCmtSCU(ApplicationEntity ae)
public Connection getRemoteConnection()
public AAssociateRQ getAAssociateRQ()
public File getStorageDirectory()
public void setStorageDirectory(File storageDir)
public final void setUIDSuffix(String uidSuffix)
public void setAttributes(Attributes attrs)
public void setSplitTag(int splitTag)
public void setKeepAlive(boolean keepAlive)
public void setStatus(int status)
public void setTransferSyntaxes(String[] tss)
public boolean addInstance(Attributes inst)
public void open()
throws IOException,
InterruptedException,
org.aoju.bus.core.lang.exception.InstrumentException,
GeneralSecurityException
IOExceptionInterruptedExceptionorg.aoju.bus.core.lang.exception.InstrumentExceptionGeneralSecurityExceptionpublic void echo()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void close()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic Attributes makeActionInfo(List<String> refSOPs)
public void sendRequests()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2020. All rights reserved.