[Dcmlib] Global::GetVR()->IsVROfBinaryRepresentable(vr)

Mathieu Malaterre mathieu.malaterre at kitware.com
Tue Oct 18 23:16:16 CEST 2005


Hello,

	I have some trouble understanding this piece of code, gdcmDocument.cxx 
line 1003

    if ( Filetype == ExplicitVR &&
                !Global::GetVR()->IsVROfBinaryRepresentable(vr) )
          {
                ////// No DataEntry: should mean UNKOWN VR
                gdcmWarningMacro( std::hex << newDocEntry->GetGroup()
                                  << "|" << newDocEntry->GetElement()
                                  << " : No DataEntry."
                                  "Probably unknown VR.");
          }


Comments ?

Thanks,
Mathieu



More information about the Dcmlib mailing list