←Select platform

PatientAge Property

Summary

Gets or sets the patient age.

Syntax

C#
VB
C++
[Element(DicomTag.PatientAge)] 
public Nullable<DicomAgeValue> PatientAge { get; set; } 
<Leadtools.Dicom.Common.Extensions.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) 
[Leadtools.Dicom.Common.Extensions.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly