Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Web Namespace > Study Class : PatientBirthDate Property |
[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); }