dob
  • 28 Oct 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

dob

  • Dark
    Light
  • PDF

Article summary

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.


What's Next