- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
Type: DateTime
Returns the date of birth (DOB) of the attached patient.
Examples
// display patient birthday in the debugger
debug.log("DOB = " + avatar.dob);
Remarks
None.