Leadtools.Dicom.Common.DataTypes.PatientUpdater Namespace > CopyPatient Class : Birthdate Property |
[ElementAttribute()] public Nullable<DateTime> Birthdate {get; set;}
'Declaration <ElementAttribute()> Public Property Birthdate As Nullable(Of Date)
'Usage Dim instance As CopyPatient Dim value As Nullable(Of Date) instance.Birthdate = value value = instance.Birthdate
[ElementAttribute()] public: property Nullable<DateTime> Birthdate { Nullable<DateTime> get(); void set ( Nullable<DateTime> value); }