SetTagName Example for Delphi

   LEADDicomDS1.EnableMethodErrors:= True;
   //move to the selected Tag
   LEADDicomDS1.FindIndexTag (13);
   //change the name
   LEADDicomDS1.SetTagName ('New Tag Name');