Skip to content

Commit

Permalink
#1043 : RESTful service to retrieve matching Studies/Series/Instances…
Browse files Browse the repository at this point in the history
… from external C-MOVE SCP
  • Loading branch information
vrindanayak committed Dec 5, 2017
1 parent 717e351 commit c169f3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private static int parseInt(String s, int defval) {

private Response retrieveMatching(QueryRetrieveLevel2 level, String studyInstanceUID, String seriesInstanceUID,
String queryAET, String destAET) throws Exception {
LOG.info("Process GET {} from {}@{}", request.getRequestURI(), request.getRemoteUser(), request.getRemoteHost());
LOG.info("Process POST {} from {}@{}", request.getRequestURI(), request.getRemoteUser(), request.getRemoteHost());
ApplicationEntity localAE = checkAE(aet, device.getApplicationEntity(aet, true));
checkAE(externalAET, aeCache.get(externalAET));
checkAE(queryAET, aeCache.get(queryAET));
Expand Down

0 comments on commit c169f3c

Please sign in to comment.