public class StoreSCPResult extends Object implements TestResult
Modifier and Type | Field and Description |
---|---|
private List<Attributes> |
cStoreRQAttributes |
private String |
fileName |
private int |
filesReceived |
private List<String> |
instanceLocations |
private List<String> |
sopUIDs |
private String |
testDescription |
private long |
time |
Constructor and Description |
---|
StoreSCPResult(String testDescription,
long time,
int filesReceived,
List<Attributes> cmdRQ,
List<String> sopIUIDs,
List<String> instanceLocations) |
Modifier and Type | Method and Description |
---|---|
List<Attributes> |
getcStoreRQAttributes() |
String |
getFileName() |
int |
getFilesReceived() |
List<Attributes> |
getInstanceAttributes() |
List<String> |
getSopUIDs() |
String |
getTestDescription() |
long |
getTime() |
private String testDescription
private long time
private int filesReceived
private List<Attributes> cStoreRQAttributes
private List<String> instanceLocations
public StoreSCPResult(String testDescription, long time, int filesReceived, List<Attributes> cmdRQ, List<String> sopIUIDs, List<String> instanceLocations)
testDescription
- fileName
- size
- time
- filesReceived
- sopIUIDs
- warnings
- failures
- cmdRSP
- public String getTestDescription()
public String getFileName()
public long getTime()
public int getFilesReceived()
public List<Attributes> getcStoreRQAttributes()
public List<String> getSopUIDs()
public List<Attributes> getInstanceAttributes()
Copyright © 2017 dcm4che.org. All rights reserved.