Exemplo n.º 1
0
 /// <summary>
 /// This method creates a <see cref="DicomAttribute"/> derived class for the tag.
 /// </summary>
 /// <returns></returns>
 public DicomAttribute CreateDicomAttribute()
 {
     return(_vr.CreateDicomAttribute(this));
 }