
Uses of Enum Class
org.hl7.fhir.r4.model.Claim.ClaimStatus
Packages that use Claim.ClaimStatus
-
Uses of Claim.ClaimStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Claim.ClaimStatusModifier and TypeFieldDescriptionprotected Enumeration<Claim.ClaimStatus> Claim.statusThe status of the resource instance.Methods in org.hl7.fhir.r4.model that return Claim.ClaimStatusModifier and TypeMethodDescriptionstatic Claim.ClaimStatusClaim.getStatus()static Claim.ClaimStatusReturns the enum constant of this class with the specified name.static Claim.ClaimStatus[]Claim.ClaimStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Claim.ClaimStatusModifier and TypeMethodDescriptionClaim.ClaimStatusEnumFactory.fromType(PrimitiveType<?> code) Claim.getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Claim.ClaimStatusModifier and TypeMethodDescriptionClaim.setStatus(Claim.ClaimStatus value) Claim.ClaimStatusEnumFactory.toCode(Claim.ClaimStatus code) Claim.ClaimStatusEnumFactory.toSystem(Claim.ClaimStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Claim.ClaimStatusConstructor parameters in org.hl7.fhir.r4.model with type arguments of type Claim.ClaimStatusModifierConstructorDescriptionClaim(Enumeration<Claim.ClaimStatus> status, CodeableConcept type, Enumeration<Claim.Use> use, Reference patient, DateTimeType created, Reference provider, CodeableConcept priority) Constructor