
Uses of Enum Class
org.hl7.fhir.dstu3.model.ClaimResponse.ClaimResponseStatus
Packages that use ClaimResponse.ClaimResponseStatus
-
Uses of ClaimResponse.ClaimResponseStatus in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ClaimResponse.ClaimResponseStatusModifier and TypeFieldDescriptionprotected Enumeration<ClaimResponse.ClaimResponseStatus> ClaimResponse.statusThe status of the resource instance.Methods in org.hl7.fhir.dstu3.model that return ClaimResponse.ClaimResponseStatusModifier and TypeMethodDescriptionClaimResponse.getStatus()Returns the enum constant of this class with the specified name.static ClaimResponse.ClaimResponseStatus[]ClaimResponse.ClaimResponseStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ClaimResponse.ClaimResponseStatusModifier and TypeMethodDescriptionClaimResponse.ClaimResponseStatusEnumFactory.fromType(PrimitiveType<?> code) ClaimResponse.getStatusElement()Methods in org.hl7.fhir.dstu3.model with parameters of type ClaimResponse.ClaimResponseStatusModifier and TypeMethodDescriptionClaimResponse.setStatus(ClaimResponse.ClaimResponseStatus value) ClaimResponse.ClaimResponseStatusEnumFactory.toCode(ClaimResponse.ClaimResponseStatus code) ClaimResponse.ClaimResponseStatusEnumFactory.toSystem(ClaimResponse.ClaimResponseStatus code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ClaimResponse.ClaimResponseStatusModifier and TypeMethodDescriptionClaimResponse.setStatusElement(Enumeration<ClaimResponse.ClaimResponseStatus> value)