Modifier and Type | Field and Description |
---|---|
private String |
aeTitle |
private File |
baseDirectory |
private ArrayList<Attributes> |
cmdRSP |
private Connection |
conn |
private Device |
device |
private int |
failures |
private int |
filesSent |
private String |
host |
private String |
implementationClassUID |
static Logger |
LOG |
private int |
port |
private StoreResult |
result |
private String |
sourceAETitle |
private long |
timeStarted |
private long |
totalSize |
private int |
warnings |
Constructor and Description |
---|
StoreTool(String host,
int port,
String aeTitle,
File baseDirectory,
Device device,
String sourceAETitle,
Connection conn) |
Modifier and Type | Method and Description |
---|---|
StoreResult |
getResult() |
void |
init(TestResult result) |
private void |
onCStoreRSP(Attributes cmd,
File f) |
void |
setbaseDir(String dir) |
void |
setImplementationClassUID(String implementationClassUID) |
void |
store(String testDescription,
String... fileNames) |
private int port
private File baseDirectory
private Connection conn
private String sourceAETitle
private long totalSize
private int filesSent
private int warnings
private int failures
private ArrayList<Attributes> cmdRSP
private StoreResult result
private long timeStarted
private String implementationClassUID
public void store(String testDescription, String... fileNames) throws IOException, InterruptedException, IncompatibleConnectionException, GeneralSecurityException
private void onCStoreRSP(Attributes cmd, File f)
public void init(TestResult result)
public StoreResult getResult()
public void setbaseDir(String dir)
public void setImplementationClassUID(String implementationClassUID)
Copyright © 2017 dcm4che.org. All rights reserved.