|
@@ -180,7 +180,7 @@ public class DicomCMoveService extends Device{
|
|
|
addApplicationEntity(ae);
|
|
|
ae.addConnection(conn);
|
|
|
|
|
|
- String[]str = new String[]{"-c", "GEPACS@10.1.8.119:4100","-m","AccessionNumber=" + studyuid,"--dest","PACSONLINE"};
|
|
|
+ String[]str = new String[]{"-c", "GEPACS@10.1.8.119:4100","-m","00080050=" + studyuid,"--dest","PACSONLINE"};
|
|
|
CommandLine cl = parseComandLine(str);
|
|
|
|
|
|
CLIUtils.configureConnect(this.remote, this.rq, cl);
|