Uses of Class
org.hl7.fhir.r4b.model.Enumerations.Use
-
Packages that use Enumerations.Use Package Description org.hl7.fhir.r4b.model -
-
Uses of Enumerations.Use in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Enumerations.Use Modifier and Type Field Description protected 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.r4b.model that return Enumerations.Use Modifier and Type Method Description static Enumerations.UseEnumerations.Use. fromCode(String codeString)Enumerations.UseEnumerations.UseEnumFactory. fromCode(String codeString)Enumerations.UseClaim. getUse()Enumerations.UseClaimResponse. getUse()Enumerations.UseExplanationOfBenefit. getUse()static Enumerations.UseEnumerations.Use. valueOf(String name)Returns 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.r4b.model that return types with arguments of type Enumerations.Use Modifier and Type Method Description Enumeration<Enumerations.Use>Enumerations.UseEnumFactory. fromType(Base code)Enumeration<Enumerations.Use>Claim. getUseElement()Enumeration<Enumerations.Use>ClaimResponse. getUseElement()Enumeration<Enumerations.Use>ExplanationOfBenefit. getUseElement()Methods in org.hl7.fhir.r4b.model with parameters of type Enumerations.Use Modifier and Type Method Description ClaimClaim. setUse(Enumerations.Use value)ClaimResponseClaimResponse. setUse(Enumerations.Use value)ExplanationOfBenefitExplanationOfBenefit. setUse(Enumerations.Use value)StringEnumerations.UseEnumFactory. toCode(Enumerations.Use code)StringEnumerations.UseEnumFactory. toSystem(Enumerations.Use code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Enumerations.Use Modifier and Type Method Description ClaimClaim. setUseElement(Enumeration<Enumerations.Use> value)ClaimResponseClaimResponse. setUseElement(Enumeration<Enumerations.Use> value)ExplanationOfBenefitExplanationOfBenefit. setUseElement(Enumeration<Enumerations.Use> value)Constructors in org.hl7.fhir.r4b.model with parameters of type Enumerations.Use Constructor Description Claim(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.RemittanceOutcome outcome)ConstructorExplanationOfBenefit(ExplanationOfBenefit.ExplanationOfBenefitStatus status, CodeableConcept type, Enumerations.Use use, Reference patient, Date created, Reference insurer, Reference provider, Enumerations.RemittanceOutcome outcome, ExplanationOfBenefit.InsuranceComponent insurance)Constructor
-