Uses of Enum
org.hl7.fhir.r5.model.VerificationResult.Status
Packages that use VerificationResult.Status
-
Uses of VerificationResult.Status in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type VerificationResult.StatusModifier and TypeFieldDescriptionprotected Enumeration<VerificationResult.Status>VerificationResult.statusThe validation status of the target (attested; validated; in process; requires revalidation; validation failed; revalidation failed).Methods in org.hl7.fhir.r5.model that return VerificationResult.StatusModifier and TypeMethodDescriptionstatic VerificationResult.StatusVerificationResult.getStatus()static VerificationResult.StatusReturns the enum constant of this type with the specified name.static VerificationResult.Status[]VerificationResult.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type VerificationResult.StatusMethods in org.hl7.fhir.r5.model with parameters of type VerificationResult.StatusModifier and TypeMethodDescriptionVerificationResult.setStatus(VerificationResult.Status value) VerificationResult.StatusEnumFactory.toCode(VerificationResult.Status code) VerificationResult.StatusEnumFactory.toSystem(VerificationResult.Status code) Method parameters in org.hl7.fhir.r5.model with type arguments of type VerificationResult.StatusModifier and TypeMethodDescriptionVerificationResult.setStatusElement(Enumeration<VerificationResult.Status> value) Constructors in org.hl7.fhir.r5.model with parameters of type VerificationResult.Status