Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

PatientBirthDate Property






Gets or sets the patient's birth date of the study.
Syntax
[DataMemberAttribute()]
public string PatientBirthDate {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property PatientBirthDate As String
'Usage
 
Dim instance As Study
Dim value As String
 
instance.PatientBirthDate = value
 
value = instance.PatientBirthDate

            

            
[DataMemberAttribute()]
public:
property String^ PatientBirthDate {
   String^ get();
   void set (    String^ value);
}

Property Value

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

Target Platforms

See Also

Reference

Study Class
Study Members

Error processing SSI file