PatientAge Property

Summary

Gets or sets the patient age.

Syntax
C#
VB
C++
[Element(DicomTag.PatientAge)] 
public Nullable<DicomAgeValue> PatientAge { get; set; } 
<ElementAttribute()> 
<TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.DicomAgeValueConverter, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")> 
Public Property PatientAge As Nullable(Of DicomAgeValue) 
[ElementAttribute()] 
[TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.DicomAgeValueConverter, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")] 
public: 
property Nullable<DicomAgeValue> PatientAge { 
   Nullable<DicomAgeValue> get(); 
   void set (    Nullable<DicomAgeValue> ); 
} 

Property Value

The patient age to update.

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