Uses of Enum
org.hl7.fhir.r5.model.Enumerations.Use
Packages that use Enumerations.Use
-
Uses of Enumerations.Use in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.UseModifier and TypeFieldDescriptionprotected Enumeration<Enumerations.Use>Claim.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.protected Enumeration<Enumerations.Use>ClaimResponse.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.protected Enumeration<Enumerations.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.r5.model that return Enumerations.UseModifier and TypeMethodDescriptionstatic Enumerations.UseClaim.getUse()ClaimResponse.getUse()ExplanationOfBenefit.getUse()static Enumerations.UseReturns the enum constant of this type with the specified name.static Enumerations.Use[]Enumerations.Use.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 Enumerations.UseModifier and TypeMethodDescriptionClaim.getUseElement()ClaimResponse.getUseElement()ExplanationOfBenefit.getUseElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.UseModifier and TypeMethodDescriptionClaim.setUse(Enumerations.Use value) ClaimResponse.setUse(Enumerations.Use value) ExplanationOfBenefit.setUse(Enumerations.Use value) Enumerations.UseEnumFactory.toCode(Enumerations.Use code) Enumerations.UseEnumFactory.toSystem(Enumerations.Use code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.UseModifier and TypeMethodDescriptionClaim.setUseElement(Enumeration<Enumerations.Use> value) ClaimResponse.setUseElement(Enumeration<Enumerations.Use> value) ExplanationOfBenefit.setUseElement(Enumeration<Enumerations.Use> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.UseModifierConstructorDescriptionClaim(Enumerations.FinancialResourceStatusCodes status, CodeableConcept type, Enumerations.Use use, Reference patient, Date created, Reference provider, CodeableConcept priority, Claim.InsuranceComponent insurance) ConstructorClaimResponse(Enumerations.FinancialResourceStatusCodes status, CodeableConcept type, Enumerations.Use use, Reference patient, Date created, Reference insurer, Enumerations.ClaimProcessingCodes outcome) ConstructorExplanationOfBenefit(ExplanationOfBenefit.ExplanationOfBenefitStatus status, CodeableConcept type, Enumerations.Use use, Reference patient, Date created, Reference insurer, Reference provider, Enumerations.ClaimProcessingCodes outcome, ExplanationOfBenefit.InsuranceComponent insurance) Constructor