age

Prev Next

Description

Type: Number

Returns the age of the attached patient.


Examples

// display patient age in the debugger
debug.log("Age = " + avatar.age);
JavaScript

Remarks

None.