SetUIDName Example for Delphi

   LEADDicomDS1.EnableMethodErrors:= True;

   //move to the selected UID
   LEADDicomDS1.FindIndexUID (13);
   //change the name
   LEADDicomDS1.SetUIDName ('New UID Name');