Uses of Class
org.hl7.fhir.r4.model.ClaimResponse.Use
-
Packages that use ClaimResponse.Use Package Description org.hl7.fhir.r4.model -
-
Uses of ClaimResponse.Use in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ClaimResponse.Use Modifier and Type Field Description protected Enumeration<ClaimResponse.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.Methods in org.hl7.fhir.r4.model that return ClaimResponse.Use Modifier and Type Method Description static ClaimResponse.UseClaimResponse.Use. fromCode(String codeString)ClaimResponse.UseClaimResponse.UseEnumFactory. fromCode(String codeString)ClaimResponse.UseClaimResponse. getUse()static ClaimResponse.UseClaimResponse.Use. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type ClaimResponse.Use Modifier and Type Method Description Enumeration<ClaimResponse.Use>ClaimResponse.UseEnumFactory. fromType(Base code)Enumeration<ClaimResponse.Use>ClaimResponse. getUseElement()Methods in org.hl7.fhir.r4.model with parameters of type ClaimResponse.Use Modifier and Type Method Description ClaimResponseClaimResponse. setUse(ClaimResponse.Use value)StringClaimResponse.UseEnumFactory. toCode(ClaimResponse.Use code)StringClaimResponse.UseEnumFactory. toSystem(ClaimResponse.Use code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ClaimResponse.Use Modifier and Type Method Description ClaimResponseClaimResponse. setUseElement(Enumeration<ClaimResponse.Use> value)
-