| PersonDateOfBirthXml Property |
Gets the date of birth as XML
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string DateOfBirthXml { get; set; }
Public Property DateOfBirthXml As String
Get
Set
public:
property String^ DateOfBirthXml {
String^ get ();
void set (String^ value);
}
member DateOfBirthXml : string with get, set
Property Value
Type:
StringSee Also