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

    gender

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

    Remarks

    None.


    What's Next