Module: Candid::PreEncounter::Common::Types::SexualOrientation

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

Constant Summary collapse

HETEROSEXUAL =
"HETEROSEXUAL"
HOMOSEXUAL =
"HOMOSEXUAL"
BISEXUAL =
"BISEXUAL"
TWO_SPIRIT =
"TWO_SPIRIT"
OTHER =
"OTHER"
UNKNOWN =
"UNKNOWN"
REFUSED =
"REFUSED"

Method Summary

Methods included from Internal::Types::Enum

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

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load