Class: CandidApiClient::PreEncounter::Common::Types::SexualOrientation

Inherits:
Object
  • Object
show all
Defined in:
lib/candidhealth/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"