public static enum VerificationResult.Status extends Enum<VerificationResult.Status>
| Enum Constant and Description |
|---|
ATTESTED
***TODO***
|
INPROCESS
***TODO***
|
NULL
added to help the parsers with the generic types
|
REQREVALID
***TODO***
|
REVALFAIL
***TODO***
|
VALFAIL
***TODO***
|
VALIDATED
***TODO***
|
| Modifier and Type | Method and Description |
|---|---|
static VerificationResult.Status |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static VerificationResult.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerificationResult.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerificationResult.Status ATTESTED
public static final VerificationResult.Status VALIDATED
public static final VerificationResult.Status INPROCESS
public static final VerificationResult.Status REQREVALID
public static final VerificationResult.Status VALFAIL
public static final VerificationResult.Status REVALFAIL
public static final VerificationResult.Status NULL
public static VerificationResult.Status[] values()
for (VerificationResult.Status c : VerificationResult.Status.values()) System.out.println(c);
public static VerificationResult.Status valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static VerificationResult.Status fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.