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 > ScheduledProcedureStep Class : ScheduledPerformingPhysician Property |
[ElementAttribute()] public PersonName ScheduledPerformingPhysician {get; set;}
'Declaration
<ElementAttribute()> Public Property ScheduledPerformingPhysician As PersonName
'Usage
Dim instance As ScheduledProcedureStep Dim value As PersonName instance.ScheduledPerformingPhysician = value value = instance.ScheduledPerformingPhysician
[ElementAttribute()] public: property PersonName^ ScheduledPerformingPhysician { PersonName^ get(); void set ( PersonName^ value); }