←Select platform

PatientBirthDate Property

Summary

Gets or sets the patient's birth date of the study.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public string PatientBirthDate { get; set; } 
  
<DataMemberAttribute()> 
Public Property PatientBirthDate As String 
[DataMemberAttribute()] 
public: 
property String^ PatientBirthDate { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String representing the patient's birth date of the study.

Requirements

Target Platforms

See Also

Reference

Study Class

Study Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly