
Uses of Enum Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.Use
Packages that use ExplanationOfBenefit.Use
-
Uses of ExplanationOfBenefit.Use in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExplanationOfBenefit.UseModifier and TypeFieldDescriptionprotected Enumeration<ExplanationOfBenefit.Use> ExplanationOfBenefit.useA code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future.Methods in org.hl7.fhir.r4.model that return ExplanationOfBenefit.UseModifier and TypeMethodDescriptionstatic ExplanationOfBenefit.UseExplanationOfBenefit.getUse()static ExplanationOfBenefit.UseReturns the enum constant of this class with the specified name.static ExplanationOfBenefit.Use[]ExplanationOfBenefit.Use.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ExplanationOfBenefit.UseModifier and TypeMethodDescriptionExplanationOfBenefit.UseEnumFactory.fromType(PrimitiveType<?> code) ExplanationOfBenefit.getUseElement()Methods in org.hl7.fhir.r4.model with parameters of type ExplanationOfBenefit.UseModifier and TypeMethodDescriptionExplanationOfBenefit.setUse(ExplanationOfBenefit.Use value) ExplanationOfBenefit.UseEnumFactory.toCode(ExplanationOfBenefit.Use code) ExplanationOfBenefit.UseEnumFactory.toSystem(ExplanationOfBenefit.Use code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ExplanationOfBenefit.UseModifier and TypeMethodDescriptionExplanationOfBenefit.setUseElement(Enumeration<ExplanationOfBenefit.Use> value)