刘韬 4 years ago
parent
commit
fbe4445900

+ 1 - 1
ZSKK_DicomServer/src/main/java/com/zskk/service/DicomCMoveService.java

@@ -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);