comparison OrthancFramework/Sources/DicomParsing/ParsedDicomFile.cpp @ 5432:59e3b6f8c5be

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 18:16:31 +0100
parents cd90d8b4661e
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5431:4be5f117aa0d 5432:59e3b6f8c5be
919 /** 919 /**
920 * If "PatientID" is absent, be tolerant by considering it 920 * If "PatientID" is absent, be tolerant by considering it
921 * equals the empty string, then proceed. In Orthanc <= 1.5.6, 921 * equals the empty string, then proceed. In Orthanc <= 1.5.6,
922 * an exception "Bad file format" was generated. 922 * an exception "Bad file format" was generated.
923 * https://groups.google.com/d/msg/orthanc-users/aphG_h1AHVg/rfOTtTPTAgAJ 923 * https://groups.google.com/d/msg/orthanc-users/aphG_h1AHVg/rfOTtTPTAgAJ
924 * https://hg.orthanc-server.com/orthanc/rev/4c45e018bd3de3cfa21d6efc6734673aaaee4435 924 * https://orthanc.uclouvain.be/hg/orthanc/rev/4c45e018bd3de3cfa21d6efc6734673aaaee4435
925 **/ 925 **/
926 patientId.clear(); 926 patientId.clear();
927 } 927 }
928 928
929 if (!GetTagValue(studyUid, DICOM_TAG_STUDY_INSTANCE_UID) || 929 if (!GetTagValue(studyUid, DICOM_TAG_STUDY_INSTANCE_UID) ||