comparison Core/DicomParsing/ParsedDicomFile.cpp @ 3853:ba53d51ffa9a

leaving bitbucket
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 20 Apr 2020 18:13:31 +0200
parents 113a7b994a12
children f23ab7829a8d
comparison
equal deleted inserted replaced
3852:ee0a1211419f 3853:ba53d51ffa9a
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) ||