PerformingPhysiciansName Property

Summary
Gets or sets the name of the performing physicians name.
Syntax
C#
VB
C++
[Element(DicomTag.PerformingPhysicianName, Requirement = DicomIodUsageType.Type2MandatoryElement, DefaultValue = typeof(List<PersonName>))] 
public List<PersonName> PerformingPhysiciansName { get; set; } 
<ElementAttribute()> 
Public Property PerformingPhysiciansName As List(Of PersonName) 
[ElementAttribute()] 
public: 
property List<PersonName^>^ PerformingPhysiciansName { 
   List<PersonName^>^ get(); 
   void set (    List<PersonName^>^ ); 
} 

Property Value

The name of the performing physicians name.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.