| PersonDateOfBirthPrecision Property |
Gets or sets the precision ofthe date of birth
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public DatePrecision? DateOfBirthPrecision { get; set; }
Public Property DateOfBirthPrecision As DatePrecision?
Get
Set
public:
property Nullable<DatePrecision> DateOfBirthPrecision {
Nullable<DatePrecision> get ();
void set (Nullable<DatePrecision> value);
}
member DateOfBirthPrecision : Nullable<DatePrecision> with get, set
Property Value
Type:
NullableDatePrecisionSee Also