PatientAge Property

Summary
Gets or sets the patient age.
Syntax
C#
C++/CLI
[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 Nullable<DicomAgeValue> PatientAge { 
   Nullable<DicomAgeValue> get(); 
   void set (    Nullable<DicomAgeValue> ); 
} 

Property Value

The patient age to update.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.