comparison Core/DicomParsing/ParsedDicomFile.cpp @ 3858:3ab2d48c8f69 c-get

integration mainline->c-get
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Apr 2020 16:37:25 +0200
parents ba53d51ffa9a
children f23ab7829a8d
comparison
equal deleted inserted replaced
3818:4f78da5613a1 3858:3ab2d48c8f69
950 /** 950 /**
951 * If "PatientID" is absent, be tolerant by considering it 951 * If "PatientID" is absent, be tolerant by considering it
952 * equals the empty string, then proceed. In Orthanc <= 1.5.6, 952 * equals the empty string, then proceed. In Orthanc <= 1.5.6,
953 * an exception "Bad file format" was generated. 953 * an exception "Bad file format" was generated.
954 * https://groups.google.com/d/msg/orthanc-users/aphG_h1AHVg/rfOTtTPTAgAJ 954 * https://groups.google.com/d/msg/orthanc-users/aphG_h1AHVg/rfOTtTPTAgAJ
955 * https://bitbucket.org/sjodogne/orthanc/commits/4c45e018bd3de3cfa21d6efc6734673aaaee4435 955 * https://hg.orthanc-server.com/orthanc/rev/4c45e018bd3de3cfa21d6efc6734673aaaee4435
956 **/ 956 **/
957 patientId.clear(); 957 patientId.clear();
958 } 958 }
959 959
960 if (!GetTagValue(studyUid, DICOM_TAG_STUDY_INSTANCE_UID) || 960 if (!GetTagValue(studyUid, DICOM_TAG_STUDY_INSTANCE_UID) ||