Documentation Index

Fetch the complete documentation index at: https://docs.doc-know.com/llms.txt

Use this file to discover all available pages before exploring further.

gender

Prev Next

avatar.gender

Type: Text

Returns the gender of the attached patient.

Value Description
M Male
F Female
U Unknown

Examples

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

Remarks

None.