Module: Candid::PreEncounter::Common::Types::Gender

Extended by:
Internal::Types::Enum
Defined in:
lib/candid/pre_encounter/common/types/gender.rb

Constant Summary collapse

MAN =
"MAN"
WOMAN =
"WOMAN"
NON_BINARY =
"NON_BINARY"
TWO_SPIRIT =
"TWO_SPIRIT"
FEMALE_TO_MALE =
"FEMALE_TO_MALE"
MALE_TO_FEMALE =
"MALE_TO_FEMALE"
OTHER =
"OTHER"
UNKNOWN =
"UNKNOWN"
REFUSED =
"REFUSED"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load