|
@@ -62,7 +62,7 @@ public class DicomCMoveService extends Device{
|
|
|
Tag.SeriesInstanceUID
|
|
|
};
|
|
|
|
|
|
- private final ApplicationEntity ae = new ApplicationEntity("cspacsFIR");
|
|
|
+ private final ApplicationEntity ae = new ApplicationEntity("LQPACS");
|
|
|
private final Connection conn = new Connection();
|
|
|
private final Connection remote = new Connection();
|
|
|
private final AAssociateRQ rq = new AAssociateRQ();
|
|
@@ -119,7 +119,7 @@ public class DicomCMoveService extends Device{
|
|
|
addRetrieveLevelOption(opts);
|
|
|
addDestinationOption(opts);
|
|
|
CLIUtils.addConnectOption(opts);
|
|
|
- CLIUtils.addBindOption(opts, "cspacsFIR");
|
|
|
+ CLIUtils.addBindOption(opts, "LQPACS");
|
|
|
CLIUtils.addAEOptions(opts);
|
|
|
CLIUtils.addRetrieveTimeoutOption(opts);
|
|
|
CLIUtils.addPriorityOption(opts);
|
|
@@ -180,7 +180,7 @@ public class DicomCMoveService extends Device{
|
|
|
addApplicationEntity(ae);
|
|
|
ae.addConnection(conn);
|
|
|
|
|
|
- String[]str = new String[]{"-c", "cspacsFIR@192.10.10.108:2104","-m","StudyInstanceUID=" + studyuid,"--dest","PACSONLINE"};
|
|
|
+ String[]str = new String[]{"-c", "LQPACS@192.168.1.215:104","-m","StudyInstanceUID=" + studyuid,"--dest","PACSONLINE"};
|
|
|
CommandLine cl = parseComandLine(str);
|
|
|
|
|
|
CLIUtils.configureConnect(this.remote, this.rq, cl);
|