|
@@ -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", "GEPACS@10.1.8.119:4100","-m","StudyInstanceUID=" + studyuid,"--dest","PACSONLINE"};
|
|
|
CommandLine cl = parseComandLine(str);
|
|
|
|
|
|
CLIUtils.configureConnect(this.remote, this.rq, cl);
|