Modifier and Type | Field and Description |
---|---|
private String |
aeTitle |
private File |
baseDirectory |
private Connection |
conn |
private Device |
device |
private String |
host |
private ArrayList<Attributes> |
nCreatecmdRSP |
private int |
nCreateFailures |
private int |
nCreateSent |
private int |
nCreateWarnings |
private ArrayList<Attributes> |
nSetcmdRSP |
private int |
nSetFailures |
private int |
nSetSent |
private int |
port |
private TestResult |
result |
private String |
sourceAETitle |
Constructor and Description |
---|
MppsTool(String host,
int port,
String aeTitle,
File baseDirectory,
Device device,
String sourceAETitle,
Connection conn) |
Modifier and Type | Method and Description |
---|---|
TestResult |
getResult() |
void |
init(TestResult result) |
void |
mppsscu(String testDescription,
String fileName) |
private void |
onNCreateRSP(Attributes cmd) |
private void |
onNSetRSP(Attributes cmd) |
private int port
private Connection conn
private String sourceAETitle
private File baseDirectory
private int nCreateSent
private int nCreateWarnings
private int nCreateFailures
private int nSetSent
private int nSetFailures
private ArrayList<Attributes> nSetcmdRSP
private ArrayList<Attributes> nCreatecmdRSP
private TestResult result
public void mppsscu(String testDescription, String fileName) throws IOException, InterruptedException, IncompatibleConnectionException, GeneralSecurityException
private void onNCreateRSP(Attributes cmd)
private void onNSetRSP(Attributes cmd)
public void init(TestResult result)
public TestResult getResult()
Copyright © 2017 dcm4che.org. All rights reserved.