Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#30 from red1408/10th_temp_comm…
Browse files Browse the repository at this point in the history
…itment_instanceuid_only

10th temp commitment instanceuid only
  • Loading branch information
danielbeaudreau committed Aug 12, 2019
2 parents cc5dadf + f55d3b6 commit 836951f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ public void run() {
attrsItem.getString(Tag.ReferencedSOPClassUID));
queryAttributes
.setString(Tag.SOPInstanceUID, VR.UI, cmtItem.getInstanceUid());
queryAttributes
.setString(Tag.SOPClassUID, VR.UI, cmtItem.getClassUid());
queryAttributes.setString(Tag.QueryRetrieveLevel, VR.CS, "IMAGE");
try {
String qidoPath = AttributesUtil.attributesToQidoPath(queryAttributes);
Expand Down
2 changes: 1 addition & 1 deletion integration_test/commitment-expected.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><NativeDicomModel xml:space="preserve"><DicomAttribute keyword="FileMetaInformationVersion" tag="00020001" vr="OB"><InlineBinary>AAE=</InlineBinary></DicomAttribute><DicomAttribute keyword="MediaStorageSOPClassUID" tag="00020002" vr="UI"><Value number="1">1.2.840.10008.1.20.1</Value></DicomAttribute><DicomAttribute keyword="MediaStorageSOPInstanceUID" tag="00020003" vr="UI"><Value number="1">1.2.840.10008.1.20.1.1</Value></DicomAttribute><DicomAttribute keyword="TransferSyntaxUID" tag="00020010" vr="UI"><Value number="1">1.2.840.10008.1.2.1</Value></DicomAttribute><DicomAttribute keyword="ImplementationClassUID" tag="00020012" vr="UI"><Value number="1">1.2.40.0.13.1.3</Value></DicomAttribute><DicomAttribute keyword="ImplementationVersionName" tag="00020013" vr="SH"><Value number="1">dcm4che-5.15.1</Value></DicomAttribute><DicomAttribute keyword="RetrieveAETitle" tag="00080054" vr="AE"><Value number="1">IMPORTADAPTER</Value></DicomAttribute><DicomAttribute keyword="FailedSOPSequence" tag="00081198" vr="SQ"><Item number="1"><DicomAttribute keyword="ReferencedSOPClassUID" tag="00081150" vr="UI"><Value number="1">1.2.840.10008.5.1.4.1.1.7</Value></DicomAttribute><DicomAttribute keyword="ReferencedSOPInstanceUID" tag="00081155" vr="UI"><Value number="1">111</Value></DicomAttribute><DicomAttribute keyword="FailureReason" tag="00081197" vr="US"><Value number="1">272</Value></DicomAttribute></Item></DicomAttribute></NativeDicomModel>
<?xml version="1.0" encoding="UTF-8"?><NativeDicomModel xml:space="preserve"><DicomAttribute keyword="FileMetaInformationVersion" tag="00020001" vr="OB"><InlineBinary>AAE=</InlineBinary></DicomAttribute><DicomAttribute keyword="MediaStorageSOPClassUID" tag="00020002" vr="UI"><Value number="1">1.2.840.10008.1.20.1</Value></DicomAttribute><DicomAttribute keyword="MediaStorageSOPInstanceUID" tag="00020003" vr="UI"><Value number="1">1.2.840.10008.1.20.1.1</Value></DicomAttribute><DicomAttribute keyword="TransferSyntaxUID" tag="00020010" vr="UI"><Value number="1">1.2.840.10008.1.2.1</Value></DicomAttribute><DicomAttribute keyword="ImplementationClassUID" tag="00020012" vr="UI"><Value number="1">1.2.40.0.13.1.3</Value></DicomAttribute><DicomAttribute keyword="ImplementationVersionName" tag="00020013" vr="SH"><Value number="1">dcm4che-5.15.1</Value></DicomAttribute><DicomAttribute keyword="RetrieveAETitle" tag="00080054" vr="AE"><Value number="1">IMPORTADAPTER</Value></DicomAttribute><DicomAttribute keyword="ReferencedSOPSequence" tag="00081199" vr="SQ"><Item number="1"><DicomAttribute keyword="ReferencedSOPClassUID" tag="00081150" vr="UI"><Value number="1">1.2.840.10008.5.1.4.1.1.7</Value></DicomAttribute><DicomAttribute keyword="ReferencedSOPInstanceUID" tag="00081155" vr="UI"><Value number="1">111</Value></DicomAttribute></Item></DicomAttribute></NativeDicomModel>

0 comments on commit 836951f

Please sign in to comment.