←Select platform

BodyPartExamined Property

Summary

Gets or sets the Body Part Examined.

Syntax
C#
VB
C++
[Element(DicomTag.BodyPartExamined)] 
[DataMemberAttribute()] 
public string BodyPartExamined { get; set; } 
<ElementAttribute(New DicomTag.BodyPartExamined()),  
 DataMemberAttribute()>  
Public Property BodyPartExamined() As String 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::BodyPartExamined())),  
   DataMemberAttribute] 
   property String^ BodyPartExamined 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Body Part Examined.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly