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