
Uses of Enum Class
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.kindThe 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.KindCoverage.getKind()static Coverage.KindReturns the enum constant of this class with the specified name.static Coverage.Kind[]Coverage.Kind.values()Returns an array containing the constants of this enum class, 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