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

gender

  • Dark
    Light
  • PDF

Article summary

Description

Type: Text

Returns the gender of the attached patient.

ValueDescription
MMale
FFemale
UUnknown

Examples

// display patient gender in the debugger
debug.log("Gender = " + avatar.gender);

Remarks

None.


What's Next