Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > PerformedSeries Class : PerformingPhysiciansName Property |
[ElementAttribute()] public List<PersonName> PerformingPhysiciansName {get; set;}
'Declaration
<ElementAttribute()> Public Property PerformingPhysiciansName As List(Of PersonName)
'Usage
Dim instance As PerformedSeries Dim value As List(Of PersonName) instance.PerformingPhysiciansName = value value = instance.PerformingPhysiciansName
[ElementAttribute()] public: property List<PersonName^>^ PerformingPhysiciansName { List<PersonName^>^ get(); void set ( List<PersonName^>^ value); }