Modifier and Type | Field and Description |
---|---|
private String |
aeTitle |
private Connection |
conn |
private String |
destAEtitle |
private Device |
device |
private int |
expectedMatches |
private String |
host |
private static String[] |
IVR_LE_FIRST |
private Attributes |
moveAttrs |
private int |
numFailed |
private int |
numResponses |
private int |
numSuccess |
private int |
numWarning |
private int |
port |
private boolean |
relational |
private List<Attributes> |
response |
private TestResult |
result |
private MoveSCU.InformationModel |
retrieveInformationModel |
private String |
retrieveLevel |
private String |
sourceAETitle |
Constructor and Description |
---|
MoveTool(String host,
int port,
String aeTitle,
String destAEtitle,
String retrieveLevel,
String informationModel,
boolean relational,
Device device,
String sourceAETitle,
Connection conn) |
Modifier and Type | Method and Description |
---|---|
void |
addAll(Attributes keys) |
void |
addTag(int tag,
String value) |
private DimseRSPHandler |
getDimseRSPHandler(int messageID) |
TestResult |
getResult() |
void |
init(TestResult resultIn) |
void |
move(String testDescription) |
protected void |
onCMoveResponse(Attributes cmd,
Attributes data) |
void |
setExpectedMatches(int expectedResult) |
private final int port
private final String destAEtitle
private final String retrieveLevel
private final MoveSCU.InformationModel retrieveInformationModel
private final boolean relational
private final Connection conn
private final String sourceAETitle
private int numResponses
private int numSuccess
private int numFailed
private int numWarning
private int expectedMatches
private final Attributes moveAttrs
private final List<Attributes> response
private TestResult result
private static String[] IVR_LE_FIRST
public void move(String testDescription) throws IOException, InterruptedException, IncompatibleConnectionException, GeneralSecurityException
private DimseRSPHandler getDimseRSPHandler(int messageID)
protected void onCMoveResponse(Attributes cmd, Attributes data)
public void addAll(Attributes keys)
public void setExpectedMatches(int expectedResult)
public void init(TestResult resultIn)
public TestResult getResult()
Copyright © 2017 dcm4che.org. All rights reserved.