
Uses of Enum
org.hl7.fhir.r5.model.Coverage.Kind
Packages that use Coverage.Kind
-
Uses of Coverage.Kind in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Coverage.KindModifier and TypeFieldDescriptionprotected Enumeration
<Coverage.Kind> Coverage.kind
The nature of the coverage be it insurance, or cash payment such as self-pay.Methods in org.hl7.fhir.r5.model that return Coverage.KindModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type Coverage.KindModifier and TypeMethodDescriptionCoverage.KindEnumFactory.fromType
(PrimitiveType<?> code) Coverage.getKindElement()
Methods in org.hl7.fhir.r5.model with parameters of type Coverage.KindModifier and TypeMethodDescriptionCoverage.setKind
(Coverage.Kind value) Coverage.KindEnumFactory.toCode
(Coverage.Kind code) Coverage.KindEnumFactory.toSystem
(Coverage.Kind code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Coverage.KindConstructors in org.hl7.fhir.r5.model with parameters of type Coverage.KindModifierConstructorDescriptionCoverage
(Enumerations.FinancialResourceStatusCodes status, Coverage.Kind kind, Reference beneficiary) Constructor