Skip to content

Commit

Permalink
Fix #130: Wrong VR for SourceApplicationEntityTitle in Attributes cre…
Browse files Browse the repository at this point in the history
…ated by Association.createFileMetaInformation(..)
  • Loading branch information
gunterze committed Jul 5, 2017
1 parent 9a24868 commit 3d66bef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ public Attributes createFileMetaInformation(String iuid, String cuid,
String versionName = getRemoteImplVersionName();
if (versionName != null)
fmi.setString(Tag.ImplementationVersionName, VR.SH, versionName);
fmi.setString(Tag.SourceApplicationEntityTitle, VR.SH,
fmi.setString(Tag.SourceApplicationEntityTitle, VR.AE,
getRemoteAET());
return fmi;
}
Expand Down

0 comments on commit 3d66bef

Please sign in to comment.