Uses of Enum
org.hl7.fhir.r5.model.Coverage.Kind
-
Uses of Coverage.Kind in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Coverage.Kind> Coverage.kind
The nature of the coverage be it insurance, or cash payment such as self-pay.Modifier and TypeMethodDescriptionstatic Coverage.Kind
Coverage.getKind()
static Coverage.Kind
Returns the enum constant of this type with the specified name.static Coverage.Kind[]
Coverage.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCoverage.KindEnumFactory.fromType
(PrimitiveType<?> code) Coverage.getKindElement()
Modifier and TypeMethodDescriptionCoverage.setKind
(Coverage.Kind value) Coverage.KindEnumFactory.toCode
(Coverage.Kind code) Coverage.KindEnumFactory.toSystem
(Coverage.Kind code) ModifierConstructorDescriptionCoverage
(Enumerations.FinancialResourceStatusCodes status, Coverage.Kind kind, Reference beneficiary) Constructor