Uses of Enum
org.hl7.fhir.r4.model.ExplanationOfBenefit.Use
-
Uses of ExplanationOfBenefit.Use in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ExplanationOfBenefit.Use> ExplanationOfBenefit.use
A 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.Modifier and TypeMethodDescriptionstatic ExplanationOfBenefit.Use
ExplanationOfBenefit.getUse()
static ExplanationOfBenefit.Use
Returns the enum constant of this type with the specified name.static ExplanationOfBenefit.Use[]
ExplanationOfBenefit.Use.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionExplanationOfBenefit.UseEnumFactory.fromType
(PrimitiveType<?> code) ExplanationOfBenefit.getUseElement()
Modifier and TypeMethodDescriptionExplanationOfBenefit.setUse
(ExplanationOfBenefit.Use value) ExplanationOfBenefit.UseEnumFactory.toCode
(ExplanationOfBenefit.Use code) ExplanationOfBenefit.UseEnumFactory.toSystem
(ExplanationOfBenefit.Use code) Modifier and TypeMethodDescriptionExplanationOfBenefit.setUseElement
(Enumeration<ExplanationOfBenefit.Use> value)