Uses of Class
org.hl7.fhir.r4.model.Claim.Use
-
Packages that use Claim.Use Package Description org.hl7.fhir.r4.model -
-
Uses of Claim.Use in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Claim.Use Modifier and Type Field Description protected Enumeration<Claim.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.Methods in org.hl7.fhir.r4.model that return Claim.Use Modifier and Type Method Description static Claim.UseClaim.Use. fromCode(String codeString)Claim.UseClaim.UseEnumFactory. fromCode(String codeString)Claim.UseClaim. getUse()static Claim.UseClaim.Use. valueOf(String name)Returns the enum constant of this type with the specified name.static Claim.Use[]Claim.Use. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Claim.Use Modifier and Type Method Description Enumeration<Claim.Use>Claim.UseEnumFactory. fromType(Base code)Enumeration<Claim.Use>Claim. getUseElement()Methods in org.hl7.fhir.r4.model with parameters of type Claim.Use Modifier and Type Method Description ClaimClaim. setUse(Claim.Use value)StringClaim.UseEnumFactory. toCode(Claim.Use code)StringClaim.UseEnumFactory. toSystem(Claim.Use code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Claim.Use Modifier and Type Method Description ClaimClaim. setUseElement(Enumeration<Claim.Use> value)
-