X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fsrc1%2Fbruker2dicom.cxx;fp=lib%2Fsrc1%2Fbruker2dicom.cxx;h=13c7947e9e11b50157f19c91f9522f67fe1a769f;hb=6c8867ec999e620e3b68afb1f84ad7d84a45b6a6;hp=36313ce810aea8185276d2fb2a92ab86e051534a;hpb=c709d160b54e73e2262f4843a4270e1bc3a30e5e;p=creaBruker.git diff --git a/lib/src1/bruker2dicom.cxx b/lib/src1/bruker2dicom.cxx index 36313ce..13c7947 100644 --- a/lib/src1/bruker2dicom.cxx +++ b/lib/src1/bruker2dicom.cxx @@ -1391,6 +1391,7 @@ void Bruker2Dicom::MakeDicomImage(unsigned char *tabPixels, // if (strlen(patientName) != 0) file->InsertEntryString(patientName.c_str(),0x0010,0x0010, "PN"); // Patient's Name + file->InsertEntryString(patientName.c_str(),0x0010,0x0020, "LO"); // Patient's ID file->InsertEntryString(studyUID, 0x0020, 0x000d, "UI"); file->InsertEntryString(serieUID, 0x0020, 0x000e, "UI");