Module: Candid::PreEncounter::Patients::V1::Types::MaritalStatus

Extended by:
Internal::Types::Enum
Defined in:
lib/candid/pre_encounter/patients/v_1/types/marital_status.rb

Constant Summary collapse

ANNULLED =
"ANNULLED"
DIVORCED =
"DIVORCED"
INTERLOCUTORY =
"INTERLOCUTORY"
SEPARATED =
"SEPARATED"
MARRIED =
"MARRIED"
COMMON_LAW =
"COMMON_LAW"
POLYGAMOUS =
"POLYGAMOUS"
DOMESTIC_PARTNER =
"DOMESTIC_PARTNER"
UNMARRIED =
"UNMARRIED"
NEVER_MARRIED =
"NEVER_MARRIED"
WIDOWED =
"WIDOWED"
UNKNOWN =
"UNKNOWN"

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