dob

Prev Next

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);
JavaScript

Remarks

None.