DateOfBirth Property (DicomDataSet)
In This Topic
Date of birth of the patient
Syntax
'Declaration
Public Property DateOfBirth As System.Date
'Usage
Dim instance As DicomDataSet
Dim value As System.Date
instance.DateOfBirth = value
value = instance.DateOfBirth
public System.DateTime DateOfBirth {get; set;}
public read-write property DateOfBirth: System.DateTime;
public function get,set DateOfBirth : System.DateTime
public: __property System.DateTime get_DateOfBirth();
public: __property void set_DateOfBirth(
System.DateTime value
);
public:
property System.DateTime DateOfBirth {
System.DateTime get();
void set ( System.DateTime value);
}
Property Value
Date of birth of the patient
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also