GetUIDCount Example for C++ 6.0 and later

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