Module: Candid::Commons::Types::NextResponsibleParty

Extended by:
Internal::Types::Enum
Defined in:
lib/candid/commons/types/next_responsible_party.rb

Constant Summary collapse

PRIMARY =
"primary"
SECONDARY =
"secondary"
TERTIARY =
"tertiary"
PATIENT =
"patient"
NON_INSURANCE =
"non_insurance"
NONE =
"none"

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