GetVRCount Example for C++ 6.0 and later

   long lCount;
   CString szOut;
   lCount = m_pLEADDicomDS->GetVRCount ();
   szOut.Format("There are %ld VR Items.", lCount);
   AfxMessageBox(szOut);